asibfm700_config.h: rewrite mount config class (now it is descentant of
mcc::impl::MccKeyValueHolder)
This commit is contained in:
@@ -121,20 +121,17 @@ set(ASIBFM700_LIB_SRC
|
||||
asibfm700_common.h
|
||||
asibfm700_servocontroller.h
|
||||
asibfm700_servocontroller.cpp
|
||||
)
|
||||
|
||||
set(ASIBFM700_LIB asibfm700mount)
|
||||
add_library(
|
||||
${ASIBFM700_LIB}
|
||||
STATIC
|
||||
${ASIBFM700_LIB_SRC}
|
||||
asibfm700_mount.h
|
||||
asibfm700_mount.cpp
|
||||
asibfm700_configfile.h
|
||||
asibfm700_netserver.cpp
|
||||
asibfm700_netserver.h
|
||||
asibfm700_config.h
|
||||
)
|
||||
|
||||
set(ASIBFM700_LIB asibfm700mount)
|
||||
add_library(${ASIBFM700_LIB} STATIC ${ASIBFM700_LIB_SRC})
|
||||
|
||||
# add_dependencies(${ASIBFM700_LIB} mcc)
|
||||
|
||||
target_include_directories(${ASIBFM700_LIB} PUBLIC ${CMAKE_BINARY_DIR}) # LibSidServo headers
|
||||
|
||||
Reference in New Issue
Block a user