...
This commit is contained in:
@@ -338,6 +338,9 @@ if(BUILD_TESTS)
|
||||
|
||||
add_executable(mcc_pcm_test tests/mcc_pcm_test.cpp)
|
||||
target_link_libraries(mcc_pcm_test PRIVATE ${PROJECT_NAME})
|
||||
|
||||
add_executable(mcc_pcm_z1000_test tests/mcc_pcm_z1000_test.cpp)
|
||||
target_link_libraries(mcc_pcm_z1000_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