1cb5712463
Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their requirements.
7 lines
126 B
CMake
7 lines
126 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
set(COMPONENT_SRCDIRS linenoise argtable3 .)
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|
|
|