This commit is contained in:
2026-03-26 17:40:36 +03:00
parent 4b0569bfea
commit a8275f3786
6 changed files with 289 additions and 21 deletions

View File

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