This commit is contained in:
2025-10-08 18:13:46 +03:00
parent 27dccfe7c0
commit e0e10395fb
5 changed files with 384 additions and 49 deletions

View File

@@ -40,6 +40,7 @@ set(ASIBFM700_LIB asibfm700mount)
add_library(${ASIBFM700_LIB} STATIC ${ASIBFM700_LIB_SRC}
asibfm700_mount.h asibfm700_mount.cpp
asibfm700_configfile.h)
target_include_directories(${ASIBFM700_LIB} PRIVATE mcc spdlog)
target_link_libraries(${ASIBFM700_LIB} PRIVATE mcc spdlog)
option(WITH_TESTS "Build tests" ON)