eive-obsw/test/gpio/CMakeLists.txt

7 lines
132 B
CMake
Raw Normal View History

2022-03-28 09:30:37 +02:00
target_sources(${OBSW_NAME} PUBLIC
DummyGpioIF.cpp
)
target_include_directories(${OBSW_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)