4 lines
156 B
CMake
4 lines
156 B
CMake
|
add_subdirectory(Core)
|
||
|
add_subdirectory(Plugins)
|
||
|
# TODO: Add DSPSpy, DSPTool, TestSuite and UnitTests. Preferrably make them option()s and cpack components
|