Robin Mueller
ababb5c062
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
10 lines
243 B
CMake
10 lines
243 B
CMake
target_sources(${TARGET_NAME} PRIVATE
|
|
ipc/MissionMessageTypes.cpp
|
|
pollingsequence/PollingSequenceFactory.cpp
|
|
)
|
|
|
|
# Add include paths for the executable
|
|
target_include_directories(${TARGET_NAME} PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|