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

Use /FI, not -include for MSVC

parent 6fe490af
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@ include("FetchContent")
include(ExternalProject)
if(MSVC)
add_compile_options("SHELL:/FI xpdevplus.h")
else()
add_compile_options("SHELL:-include xpdevplus.h")
endif()
FetchContent_Declare(
CONIO
......
......@@ -7,5 +7,6 @@
#cmakedefine HAS_STDINT_H
#cmakedefine LINK_LIST_THREADSAFE
#define DISABLE_MKSTEMP_DEFINE
#define BUILD_WITH_MINGW_COMPAT
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment