You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/bsl/csl/rpi/Src/CMakeLists.txt

7 lines
241 B

add_library(rpiGpio gpio.cpp)
target_compile_options(rpiGpio PRIVATE ${C_FLAGS})
target_compile_definitions(rpiGpio PRIVATE ${C_DEFS})
target_include_directories(rpiGpio PUBLIC ${INTERFACES_DIR} ../Inc)
add_library(sub::gpio ALIAS rpiGpio)