Skip to content

Commit 59c10f5

Browse files
authored
Update CMakeLists.txt
1 parent 9f164a0 commit 59c10f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ cmake_policy(VERSION 3.19)
88
######################################################################################################
99
### Block of including .json5 files. Files of this block must be included before the app.cmake
1010

11-
#[[ Set path of mbed_app.json (necessary everytime if mbed_app.json5 is in project) ]]
11+
#[[ Set path of mbed_app.json (necessary at all times) ]]
1212
set(MBED_APP_JSON_PATH mbed_app.json5)
1313

1414
###---------------------------------------------------------------------------------------------------
1515
#[[ This part is dedicated for custom targets only! Settings below activate targets from
16-
custom_targets.json5 and upload method config, otherwise functions below should be commented. ]]
16+
custom_targets.json5 and upload method config, otherwise lines below should be commented. ]]
1717

1818
#[[ Here set path for custom_targets.json5 (this is our default) ]]
19-
#set(CUSTOM_TARGETS_JSON_PATH custom_targets/custom_targets.json5)
19+
#set(CUSTOM_TARGETS_JSON_PATH custom_targets/custom_targets.json5)
2020

2121
#[[ Here you can set path for custom upload config .cmake (optional example) ]]
2222
#set(CUSTOM_UPLOAD_CFG_PATH ${CMAKE_SOURCE_DIR}/${MBED_TARGET}/${MBED_TARGET}.cmake)
@@ -60,7 +60,7 @@ add_executable(${CMAKE_PROJECT_NAME} main.cpp)
6060

6161
######################################################################################################
6262
### Link libraries block
63-
#[[For more about this configuraion visit wiki page MbedOS-configuration
63+
#[[For more about this configuration visit wiki page MbedOS-configuration
6464
https://github.com/mbed-ce/mbed-os/wiki/MbedOS-configuration#configuration-via-cmake-files]]
6565

6666
#[[link MbedOS and its libraries (necessary everytime)]]

0 commit comments

Comments
 (0)