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 36d5eb0 commit f59a912Copy full SHA for f59a912
build/module_test.cmake
@@ -21,5 +21,7 @@ if (SCRATCHCPP_PLAYER_BUILD_UNIT_TESTS)
21
)
22
23
target_include_directories(${TARGET} PRIVATE ${MODULE_SRC_DIR})
24
+ target_include_directories(${TARGET} PRIVATE ${PROJECT_SOURCE_DIR}/src)
25
+ target_include_directories(${TARGET} PRIVATE ${PROJECT_SOURCE_DIR}/src/global)
26
gtest_discover_tests(${TARGET})
27
endif()
0 commit comments