Files
CYD-Klipper/CYD-Klipper/src/CMakeLists.txt
suchmememanyskill c0651a50a7 Initial release
2023-11-13 17:07:54 +01:00

7 lines
199 B
CMake

# This file was automatically generated for projects
# without default 'CMakeLists.txt' file.
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
idf_component_register(SRCS ${app_sources})