File tree Expand file tree Collapse file tree 4 files changed +3
-33
lines changed
Expand file tree Collapse file tree 4 files changed +3
-33
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ endif ()
8484
8585# Data: ----------------------------------------------------------------------------------------------------------------
8686if (ALP_BUILD_TESTING OR ALP_BUILD_PUBLICATION OR ALP_BUILD_BENCHMARKING)
87- include_directories (${CMAKE_SOURCE_DIR } /data/include )
87+ include_directories (${CMAKE_CURRENT_SOURCE_DIR } /data/include )
8888endif ()
8989
9090# Gtest: ---------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1- add_executable (test_alp_sample test_alp_sample .cpp)
2- target_link_libraries (test_alp_sample PUBLIC gtest_main ALP)
1+ add_executable (test_alp_sample test_alp .cpp)
2+ target_link_libraries (test_alp_sample PRIVATE gtest_main ALP)
33gtest_discover_tests(test_alp_sample)
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments