...
This commit is contained in:
@@ -335,6 +335,9 @@ if(BUILD_TESTS)
|
||||
|
||||
add_executable(mcc_fitpack_test tests/mcc_fitpack_test.cpp)
|
||||
target_link_libraries(mcc_fitpack_test PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(mcc_pcm_test tests/mcc_pcm_test.cpp)
|
||||
target_link_libraries(mcc_pcm_test PRIVATE ${PROJECT_NAME})
|
||||
else()
|
||||
# This is just a stub to allow access to the path and library settings for the ${PROJECT_NAME} target during development
|
||||
add_executable(just_stub EXCLUDE_FROM_ALL main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user