mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
changed cmakelist and pending rpl lib to fix
This commit is contained in:
@@ -46,7 +46,7 @@ message("Build type: ${CMAKE_BUILD_TYPE}")
|
||||
add_executable(${CMAKE_PROJECT_NAME})
|
||||
|
||||
include(CompileOptions)
|
||||
include(FindModules)
|
||||
#include(FindModules)
|
||||
|
||||
# Add STM32CubeMX generated sources
|
||||
add_subdirectory(cmake/stm32cubemx)
|
||||
@@ -54,7 +54,7 @@ add_subdirectory(cmake/stm32cubemx)
|
||||
# 添加链接库
|
||||
target_link_libraries(${CMAKE_PROJECT_NAME}
|
||||
stm32cubemx
|
||||
rpl::rpl
|
||||
# rpl::rpl
|
||||
)
|
||||
|
||||
file(GLOB_RECURSE USER_SOURCES "${PROJECT_SOURCE_DIR}/User_Code/*.c" "${PROJECT_SOURCE_DIR}/User_Code/*.cpp")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
include(FetchContent)
|
||||
include(Modules/FindRPL)
|
||||
#include(FetchContent)
|
||||
#include(Modules/FindRPL)
|
||||
Reference in New Issue
Block a user