5 lines
88 B
CMake
5 lines
88 B
CMake
set(SRC_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
add_subdirectory(core)
|
|
add_subdirectory(gui)
|