File tree 3 files changed +0
-14
lines changed
lwmem_rtos_stm32l496_discovery
lwmem_stm32l496_discovery
3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.22)
2
2
3
- message ("Entering ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt" )
4
-
5
3
#
6
4
# Core project settings
7
5
#
@@ -223,5 +221,3 @@ add_custom_command(TARGET ${EXECUTABLE} POST_BUILD
223
221
add_custom_command (TARGET ${EXECUTABLE} POST_BUILD
224
222
COMMAND ${CMAKE_OBJCOPY} -O binary $<TARGET_FILE:${EXECUTABLE} > ${EXECUTABLE} .bin
225
223
)
226
-
227
- message ("Exiting ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt" )
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.22)
2
2
3
- message ("Entering ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt" )
4
-
5
3
#
6
4
# Core project settings
7
5
#
@@ -207,5 +205,3 @@ add_custom_command(TARGET ${EXECUTABLE} POST_BUILD
207
205
add_custom_command (TARGET ${EXECUTABLE} POST_BUILD
208
206
COMMAND ${CMAKE_OBJCOPY} -O binary $<TARGET_FILE:${EXECUTABLE} > ${EXECUTABLE} .bin
209
207
)
210
-
211
- message ("Exiting ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt" )
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.22)
2
2
3
- # Debug message
4
- message ("Entering ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt" )
5
-
6
3
# Register core library
7
4
add_library (lwmem INTERFACE )
8
5
target_sources (lwmem PUBLIC ${CMAKE_CURRENT_LIST_DIR} /src/lwmem/lwmem.c)
@@ -18,6 +15,3 @@ target_sources(lwmem_cpp PUBLIC ${CMAKE_CURRENT_LIST_DIR}/src/lwmem/lwmem.cpp)
18
15
target_include_directories (lwmem_cpp INTERFACE ${CMAKE_CURRENT_LIST_DIR} /src/include )
19
16
20
17
# Register other modules
21
-
22
- # Debug message
23
- message ("Exiting ${CMAKE_CURRENT_LIST_DIR} /CMakeLists.txt" )
You can’t perform that action at this time.
0 commit comments