eive-obsw/common/config/CMakeLists.txt
Robin Mueller e5d0dac65e
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
tcpip components refactoring
2021-09-28 14:58:12 +02:00

7 lines
145 B
CMake

target_include_directories(${TARGET_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)
target_sources(${TARGET_NAME} PRIVATE
commonConfig.cpp
)