4 lines
95 B
CMake
4 lines
95 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS src)
|
|
set(COMPONENT_SRCDIRS src/option src)
|
|
|
|
register_component()
|