5 lines
133 B
CMake
5 lines
133 B
CMake
set(COMPONENT_SRCS "mesh_light.c"
|
|
"mesh_main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ". include")
|
|
|
|
register_component()
|