mcc_keyvalue.h: developing ...

This commit is contained in:
2026-05-16 15:08:09 +03:00
parent 537207cd16
commit 3dbe4c12b7
4 changed files with 223 additions and 24 deletions

View File

@@ -355,6 +355,9 @@ if(BUILD_TESTS)
add_executable(mcc_pcm_z1000_test tests/mcc_pcm_z1000_test.cpp)
target_link_libraries(mcc_pcm_z1000_test PRIVATE ${PROJECT_NAME})
add_executable(mcc_keyvalue_test tests/mcc_keyvalue_test.cpp)
target_link_libraries(mcc_keyvalue_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)