We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64341b9 commit 7beea77Copy full SHA for 7beea77
src/xrScriptEngine/CMakeLists.txt
@@ -14,6 +14,9 @@ include_directories(
14
${SDL_INCLUDE_DIRS}
15
)
16
17
+# uncomment next string for debug script engine
18
+#add_definitions(-DCONFIG_SCRIPT_ENGINE_LOG_EXPORTS -DCONFIG_SCRIPT_ENGINE_LOG_SKIPPED_EXPORTS)
19
+
20
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES})
21
22
set_target_properties(${PROJECT_NAME} PROPERTIES COTIRE_CXX_PREFIX_HEADER_INIT "pch.hpp")
0 commit comments