1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2025-12-30 13:39:35 +00:00
lilybook/main/CMakeLists.txt

6 lines
163 B
CMake

FILE(GLOB_RECURSE app_sources *.cpp *.c)
set(COMPONENT_SRCS "${app_sources}" "main.cpp")
set(COMPONENT_ADD_INCLUDEDIRS "." "../components/")
register_component()