7 lines
147 B
CMake
7 lines
147 B
CMake
set(COMPONENT_SRCS "eri.c"
|
|
"trax.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES "")
|
|
|
|
register_component()
|