Robin Mueller
e5d0dac65e
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
7 lines
145 B
CMake
7 lines
145 B
CMake
target_include_directories(${TARGET_NAME} PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|
|
|
|
target_sources(${TARGET_NAME} PRIVATE
|
|
commonConfig.cpp
|
|
) |