7 lines
149 B
CMake
7 lines
149 B
CMake
set(COMPONENT_SRCS "ulp.c"
|
|
"ulp_macro.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|