Skip to content
Snippets Groups Projects
Commit 207e9994 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Get sneaky since MozJS is sneaky too.

parent 18ddadc2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ include("FetchContent") ...@@ -4,7 +4,7 @@ include("FetchContent")
include(ExternalProject) include(ExternalProject)
add_compile_options(-include xpdevplus.h) add_compile_options("SHELL:-include xpdevplus.h")
FetchContent_Declare( FetchContent_Declare(
CONIO CONIO
...@@ -62,4 +62,4 @@ configure_file(xpdevplus.h.in xpdevplus.h) ...@@ -62,4 +62,4 @@ configure_file(xpdevplus.h.in xpdevplus.h)
add_library(xpdevplus STATIC ${SOURCE}) add_library(xpdevplus STATIC ${SOURCE})
target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev) target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev)
target_include_directories(xpdevplus PUBLIC ${XPDevPlus_BINARY_DIR}) target_include_directories(xpdevplus PUBLIC ${XPDevPlus_BINARY_DIR})
target_compile_options(xpdevplus PUBLIC -include xpdevplus.h) target_compile_options(xpdevplus PUBLIC "SHELL:-include xpdevplus.h")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment