1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2025-07-04 02:12:23 +00:00
lilybook/main/CMakeLists.txt

6 lines
161 B
CMake

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