5 lines
135 B
CMake
5 lines
135 B
CMake
set(COMPONENT_SRCS "gcov_example.c"
|
|
"gcov_example_func.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|