File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- # Get the macros and functions we'll need
2
- include ("${PROJECT_SOURCE_DIR} /cmake/helper.cmake" )
3
1
include (FetchContent)
4
2
5
3
# If found, use the installed version; else, import the library
@@ -30,4 +28,4 @@ set(test-drive_LIBRARY test-drive)
30
28
set (test -drive_LIBRARY ${test -drive_LIBRARY} PARENT_SCOPE)
31
29
32
30
# Make a parent-scope variable locating the include directory for test-drive
33
- set (test -drive_INCLUDE_DIR ${test -drive_INCLUDE_DIR} PARENT_SCOPE)
31
+ set (test -drive_INCLUDE_DIR ${test -drive_INCLUDE_DIR} PARENT_SCOPE)
Original file line number Diff line number Diff line change 1
- include ("${PROJECT_SOURCE_DIR} /cmake/helper.cmake" )
2
-
3
1
macro (build_tests testname)
4
2
add_executable (${testname} ${ARGN} )
5
3
link_library(${testname} fftpack ${PROJECT_INCLUDE_DIR} )
You can’t perform that action at this time.
0 commit comments