add asibfm700_pcm_fit.cpp: PCM data fitter
This commit is contained in:
@@ -152,6 +152,10 @@ target_link_libraries(
|
||||
PUBLIC cxxopts::cxxopts ${ASIBFM700_LIB}
|
||||
)
|
||||
|
||||
set(ASIBFM700_PCM_FIT_APP asibfm700_pcm_fit)
|
||||
add_executable(${ASIBFM700_PCM_FIT_APP} asibfm700_pcm_fit.cpp)
|
||||
target_link_libraries(${ASIBFM700_PCM_FIT_APP} PUBLIC cxxopts::cxxopts mcc)
|
||||
|
||||
# include(CMakePrintHelpers)
|
||||
# cmake_print_properties(
|
||||
# TARGETS ${ASIBFM700_LIB}
|
||||
|
||||
Reference in New Issue
Block a user