Support file updates
This commit is contained in:
parent
7e42c7563c
commit
65996e4235
15 changed files with 88 additions and 225 deletions
|
|
@ -93,11 +93,11 @@ setup_motherboard(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/../../../Marlin)
|
|||
|
||||
#====================================================================#
|
||||
# Setup all source files #
|
||||
# Incude Marlin.ino to compile libs not included in *.cpp files #
|
||||
# Include Marlin.ino to compile libs not included in *.cpp files #
|
||||
#====================================================================#
|
||||
|
||||
file(GLOB SOURCES "../../../Marlin/*.cpp")
|
||||
set(${PROJECT_NAME}_SRCS "${SOURCES};../../../Marlin/Marlin.ino")
|
||||
file(GLOB SOURCES "../../../src/*.cpp")
|
||||
set(${PROJECT_NAME}_SRCS "${SOURCES};../../../src/Marlin.ino")
|
||||
|
||||
#====================================================================#
|
||||
# Define the port for uploading code to the Arduino #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue