solocraft + dynamicxp
This commit is contained in:
13
dep/rapidjson/CMakeLists.txt
Normal file
13
dep/rapidjson/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
add_library(rapidjson INTERFACE)
|
||||
|
||||
target_include_directories(rapidjson
|
||||
INTERFACE
|
||||
${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_compile_definitions(rapidjson
|
||||
INTERFACE
|
||||
-DRAPIDJSON_HAS_STDSTRING
|
||||
-DRAPIDJSON_SSE2
|
||||
-DRAPIDJSON_48BITPOINTER_OPTIMIZATION=0
|
||||
-DRAPIDJSON_ASSERT=WPAssert)
|
||||
Reference in New Issue
Block a user