Skip to content

Commit 7beea77

Browse files
committed
xrScriptEngine: add debug defines under comment
1 parent 64341b9 commit 7beea77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/xrScriptEngine/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ include_directories(
1414
${SDL_INCLUDE_DIRS}
1515
)
1616

17+
# uncomment next string for debug script engine
18+
#add_definitions(-DCONFIG_SCRIPT_ENGINE_LOG_EXPORTS -DCONFIG_SCRIPT_ENGINE_LOG_SKIPPED_EXPORTS)
19+
1720
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}__SOURCES} ${${PROJECT_NAME}__INCLUDES})
1821

1922
set_target_properties(${PROJECT_NAME} PROPERTIES COTIRE_CXX_PREFIX_HEADER_INIT "pch.hpp")

0 commit comments

Comments
 (0)