Skip to content

Commit

Permalink
Updated CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Sep 29, 2024
1 parent cd1f3b7 commit 04e95c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ set(SRCS
main.c
driver.c
nvs.c
timers.c
uart_serial.c
ioports.c
ioports_analog.c
Expand Down Expand Up @@ -120,6 +121,7 @@ set(MODBUS_SOURCE
set(SPINDLE_SOURCE
spindle/select.c
spindle/onoff.c
spindle/offset.c
spindle/pwm.c
spindle/pwm_clone.c
spindle/stepper.c
Expand Down Expand Up @@ -201,6 +203,15 @@ set(LASER_SOURCE
laser/lb_clusters.c
)

set(MISC_PLUGINS_SOURCE
plugins/bltouch.c
plugins/eventout.c
plugins/pwm_servo_m280.c
plugins/rgb_led_m150.c
plugins/rgb_led_strips.c
)


set(EMBROIDERY_SOURCE
embroidery/embroidery.c
embroidery/brother.c
Expand Down Expand Up @@ -230,6 +241,7 @@ list (APPEND SRCS ${MODBUS_SOURCE})
list (APPEND SRCS ${SPINDLE_SOURCE})
list (APPEND SRCS ${EEPROM_SOURCE})
list (APPEND SRCS ${LASER_SOURCE})
list (APPEND SRCS ${MISC_PLUGINS_SOURCE})
list (APPEND SRCS ${EMBROIDERY_SOURCE})

if(Ethernet OR ETHERNET_ENABLE EQUAL 1)
Expand Down

0 comments on commit 04e95c6

Please sign in to comment.