eive-obsw/test/gpio/CMakeLists.txt

4 lines
129 B
CMake
Raw Normal View History

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