10 lines
113 B
CMake
10 lines
113 B
CMake
set(COMPONENT_SRCS "\
|
|
main.c\
|
|
")
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "\
|
|
.\
|
|
../include\
|
|
")
|
|
|
|
register_component()
|