File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 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" )
31include (FetchContent)
42
53# If found, use the installed version; else, import the library
@@ -30,4 +28,4 @@ set(test-drive_LIBRARY test-drive)
3028set (test -drive_LIBRARY ${test -drive_LIBRARY} PARENT_SCOPE)
3129
3230# 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-
31macro (build_tests testname)
42 add_executable (${testname} ${ARGN} )
53 link_library(${testname} fftpack ${PROJECT_INCLUDE_DIR} )
You can’t perform that action at this time.
0 commit comments