mirror of
https://github.com/Dejvino/lilybook.git
synced 2025-07-04 02:12:23 +00:00
6 lines
161 B
CMake
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()
|