add logging in MccSimpleSlewingModel class

This commit is contained in:
Timur A. Fatkhullin
2025-11-16 00:58:56 +03:00
parent 1c774d2d69
commit e18066e4a6
7 changed files with 112 additions and 40 deletions

View File

@@ -13,9 +13,9 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
# ******* C++ PART OF THE PROJECT *******
set(EXAMPLES OFF CACHE BOOL "" FORCE)
# set(CMAKE_BUILD_TYPE "Release")
set(CMAKE_BUILD_TYPE "Release")
add_subdirectory(LibSidServo)
# set(CMAKE_BUILD_TYPE "Debug")
set(CMAKE_BUILD_TYPE "Debug")
# add_subdirectory(cxx)
add_subdirectory(mcc)