File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ include(${SOS_TOOLCHAIN_CMAKE_PATH}/sos-lib-std.cmake)
6060install (DIRECTORY include/cortexm include/device include/mcu include/sos include/usbd DESTINATION include)
6161install (DIRECTORY include/posix/ DESTINATION include)
6262install (DIRECTORY ldscript/ DESTINATION lib/ldscripts)
63+
64+ option (SOS_SKIP_CMAKE "Dont install the cmake files" ON )
65+
6366if (NOT SOS_SKIP_CMAKE)
6467 install (DIRECTORY cmake/ DESTINATION cmake)
6568endif ()
Original file line number Diff line number Diff line change 11
2+ option (SOS_APP_VERBOSE "Create verbose makefiles" OFF )
3+
24set (SOS_BUILD_ARCH ${SOS_APP_ARCH} )
35include (${SOS_TOOLCHAIN_CMAKE_PATH} /sos-build-flags.cmake )
46include (${SOS_TOOLCHAIN_CMAKE_PATH} /sos-sdk.cmake )
Original file line number Diff line number Diff line change 11
2+ option (SOS_BSP_VERBOSE "Create verbose makefiles" OFF )
3+
24
35set (SOS_BUILD_ARCH ${SOS_BSP_ARCH} )
46include (${SOS_TOOLCHAIN_CMAKE_PATH} /sos-build-flags.cmake )
Original file line number Diff line number Diff line change 11
22
3+ option (SOS_LIB_VERBOSE "Create Verbose Makefiles" OFF )
4+
35set (SOS_BUILD_ARCH ${SOS_LIB_ARCH} )
46include (${SOS_TOOLCHAIN_CMAKE_PATH} /sos-build-flags.cmake )
57include (${SOS_TOOLCHAIN_CMAKE_PATH} /sos-sdk.cmake )
You can’t perform that action at this time.
0 commit comments