...
This commit is contained in:
@@ -214,6 +214,7 @@ set(MCC_SRC
|
||||
include/mcc/mcc_pzone_container.h
|
||||
include/mcc/mcc_pcm.h
|
||||
include/mcc/mcc_telemetry.h
|
||||
include/mcc/mcc_movement_controls.h
|
||||
include/mcc/mcc_serialization_common.h
|
||||
include/mcc/mcc_deserializer.h
|
||||
include/mcc/mcc_serializer.h
|
||||
@@ -225,7 +226,12 @@ if(USE_SPDLOG)
|
||||
endif()
|
||||
|
||||
if(USE_ERFA)
|
||||
list(APPEND MCC_SRC include/mcc/mcc_ccte_iers.h include/mcc/mcc_ccte_iers_default.h include/mcc/mcc_ccte_erfa.h)
|
||||
list(
|
||||
APPEND MCC_SRC
|
||||
include/mcc/mcc_ccte_iers.h
|
||||
include/mcc/mcc_ccte_iers_default.h
|
||||
include/mcc/mcc_ccte_erfa.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if(USE_ASIO)
|
||||
@@ -239,14 +245,10 @@ endif()
|
||||
|
||||
if(USE_BSPLINE_PCM)
|
||||
# fitpack by P. Dierckx
|
||||
list(
|
||||
APPEND MCC_SRC
|
||||
include/mcc/mcc_bsplines.h
|
||||
)
|
||||
list(APPEND MCC_SRC include/mcc/mcc_bsplines.h)
|
||||
add_subdirectory(fitpack)
|
||||
endif()
|
||||
|
||||
|
||||
add_library(${PROJECT_NAME} INTERFACE ${MCC_SRC})
|
||||
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_23)
|
||||
target_include_directories(
|
||||
|
||||
Reference in New Issue
Block a user