Commented out redundant lines.
The lines for the RTOS and hal are not needed at this point either.
This commit is contained in:
parent
6016bf5d2a
commit
4dfd9ffad4
|
@ -225,19 +225,19 @@ else()
|
|||
# ${STARTUP_FILE}
|
||||
# ${SYSTEM_FILE}
|
||||
# )
|
||||
add_executable(${PROJECT_NAME}.elf
|
||||
${SOURCES}
|
||||
)
|
||||
target_include_directories(${PROJECT_NAME}.elf
|
||||
PUBLIC
|
||||
${PROJECT_SOURCE_DIR}/include
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME}.elf
|
||||
PUBLIC
|
||||
rtos
|
||||
hal
|
||||
${MODULES_USED}
|
||||
)
|
||||
# add_executable(${PROJECT_NAME}.elf
|
||||
# ${SOURCES}
|
||||
# )
|
||||
# target_include_directories(${PROJECT_NAME}.elf
|
||||
# PUBLIC
|
||||
# ${PROJECT_SOURCE_DIR}/include
|
||||
# )
|
||||
# target_link_libraries(${PROJECT_NAME}.elf
|
||||
# PUBLIC
|
||||
# rtos
|
||||
# hal
|
||||
# ${MODULES_USED}
|
||||
# )
|
||||
target_compile_definitions(${PROJECT_NAME}.elf
|
||||
PUBLIC
|
||||
${MCU}
|
||||
|
|
Loading…
Reference in New Issue