This commit is contained in:
2026-03-24 02:43:17 +03:00
parent 7d327a3276
commit 0182844af6
5 changed files with 132 additions and 16 deletions

View File

@@ -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)