MccSimpleSlewingModel: the code has been rewritten in accordance with the

changes in Eddy's LibSidServo
This commit is contained in:
Timur A. Fatkhullin
2025-12-03 00:35:52 +03:00
parent 54419b8e60
commit 7c9612c3a2
5 changed files with 35 additions and 75 deletions

View File

@@ -80,7 +80,7 @@ set(MCC_LIBRARY mcc)
add_library(${MCC_LIBRARY} INTERFACE ${MCC_LIBRARY_SRC})
target_compile_features(${MCC_LIBRARY} INTERFACE cxx_std_23)
target_compile_definitions(${MCC_LIBRARY} INTERFACE SPDLOG_USE_STD_FORMAT=1 SPDLOG_FMT_EXTERNAL=0)
target_link_libraries(${MCC_LIBRARY} INTERFACE spdlog Threads::Threads)
target_link_libraries(${MCC_LIBRARY} INTERFACE spdlog Threads::Threads atomic)
target_include_directories(${MCC_LIBRARY} INTERFACE ${ERFA_INCLUDE_DIR} ${BSPLINES_INCLUDE_DIR})
target_include_directories(${MCC_LIBRARY} INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>