6 lines
122 B
CMake
6 lines
122 B
CMake
|
target_include_directories(${PROJECT_NAME}
|
||
|
PUBLIC
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||
|
)
|
||
|
|
||
|
add_subdirectory(TestHelpers)
|