diff --git a/src/modules/systemlib/CMakeLists.txt b/src/modules/systemlib/CMakeLists.txt index 1f99d617fd..25f7d26a50 100644 --- a/src/modules/systemlib/CMakeLists.txt +++ b/src/modules/systemlib/CMakeLists.txt @@ -54,6 +54,7 @@ if(${OS} STREQUAL "nuttx") list(APPEND SRCS err.c printload.c + param/param.c up_cxxinitialize.c ) elseif ("${CONFIG_SHMEM}" STREQUAL "1")