7 lines
132 B
CMake
7 lines
132 B
CMake
target_sources(${OBSW_NAME} PUBLIC
|
|
DummyGpioIF.cpp
|
|
)
|
|
|
|
target_include_directories(${OBSW_NAME} PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
) |