mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-09 14:28:37 +00:00
8 lines
No EOL
187 B
CMake
8 lines
No EOL
187 B
CMake
sdk_generate_library()
|
|
|
|
file(GLOB_RECURSE sources "${CMAKE_CURRENT_SOURCE_DIR}/*.c")
|
|
|
|
sdk_library_add_sources(${sources})
|
|
|
|
sdk_add_include_directories(port)
|
|
sdk_add_include_directories(.) |