5 lines
83 B
CMake
5 lines
83 B
CMake
|
target_sources(${LIB_FSFW_NAME}
|
||
|
PRIVATE
|
||
|
ObjectManager.cpp
|
||
|
SystemObject.cpp
|
||
|
)
|