File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,6 @@ project(MbedCEHelloWorld)
58
58
### add executable (necessary everytime)
59
59
add_executable (${CMAKE_PROJECT_NAME} main.cpp)
60
60
61
- ### Set post build (necessary everytime)
62
- mbed_set_post_build(${CMAKE_PROJECT_NAME} )
63
- #[[Or in case of custom linker script which should be placed like this
64
- directory PROJECT_NAME/custom_targets/MBED_TARGET/MBED_TARGET.ld]]
65
- #mbed_set_post_build(${CMAKE_PROJECT_NAME} ${CMAKE_SOURCE_DIR}/custom_targets/${MBED_TARGET}/${MBED_TARGET}.ld)
66
-
67
61
######################################################################################################
68
62
### Link libraries block
69
63
#[[For more about this configuraion visit wiki page MbedOS-configuration
@@ -78,5 +72,11 @@ target_link_libraries(${CMAKE_PROJECT_NAME} mbed-os)
78
72
### End of block
79
73
######################################################################################################
80
74
75
+ ### Set post build (necessary everytime)
76
+ mbed_set_post_build(${CMAKE_PROJECT_NAME} )
77
+ #[[Or in case of custom linker script which should be placed like this
78
+ directory PROJECT_NAME/custom_targets/MBED_TARGET/MBED_TARGET.ld]]
79
+ #mbed_set_post_build(${CMAKE_PROJECT_NAME} ${CMAKE_SOURCE_DIR}/custom_targets/${MBED_TARGET}/${MBED_TARGET}.ld)
80
+
81
81
### Build finalize does necessary configuration for debug in most cases (necessary everytime)
82
82
mbed_finalize_build()
You can’t perform that action at this time.
0 commit comments