mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
7 lines
164 B
CMake
7 lines
164 B
CMake
set(BSP_COMMON_DIR ${CMAKE_SOURCE_DIR}/bsp/bsp_common)
|
|
set(TARGET_REQUIRED_SRCS ${BSP_COMMON_DIR}/platform/cpp_new.cpp)
|
|
set(mains main.cc)
|
|
generate_bin()
|
|
|
|
|
|
|