This commit is contained in:
2026-01-05 10:52:57 +07:00
parent 7f05ee86a0
commit a471130273
4 changed files with 20 additions and 38 deletions

View File

@@ -146,9 +146,9 @@ if (NOT TARGET move_base)
endif()
# C API for .NET/C# integration
# if (NOT TARGET navigation_c_api)
# add_subdirectory(${CMAKE_SOURCE_DIR}/src/APIs/c_api)
# endif()
if (NOT TARGET navigation_c_api)
add_subdirectory(${CMAKE_SOURCE_DIR}/src/APIs/c_api)
endif()
message(STATUS "========================================")
message(STATUS "All packages configured successfully")