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/nucleo_f042k6/periferals/gpio/CMakeLists.txt

7 lines
268 B

add_library(stmGpio gpio.cpp)
target_compile_options(stmGpio PRIVATE ${C_FLAGS})
target_compile_definitions(stmGpio PRIVATE ${C_DEFS})
target_include_directories(stmGpio PUBLIC ${CMAKE_SOURCE_DIR}/periferals/gpio ${CSL_INCLUDES})
add_library(sub::gpio ALIAS stmGpio)