4 lines
123 B
CMake
4 lines
123 B
CMake
set(COMPONENT_SRCS "ulp.c"
|
|
"ulp_macro.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
register_component()
|