We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1768ebd commit a0d2684Copy full SHA for a0d2684
1 file changed
iis/CMakeLists.txt
@@ -39,9 +39,9 @@ set(IIS_APACHE_SOURCES
39
../apache2/msc_status_engine.c
40
../apache2/msc_remote_rules.c
41
../apache2/msc_json.c
42
- ../apache2/libinjection/libinjection_html5.c
43
- ../apache2/libinjection/libinjection_sqli.c
44
- ../apache2/libinjection/libinjection_xss.c
+ ../apache2/others/libinjection/src/libinjection_html5.c
+ ../apache2/others/libinjection/src/libinjection_sqli.c
+ ../apache2/others/libinjection/src/libinjection_xss.c
45
)
46
47
set(IIS_STANDALONE_SOURCES
0 commit comments