88cc7363c6
The intention here is to get rid of scaffolding in the consumer application class and allow to focus on the "important bits".
6 lines
132 B
CMake
6 lines
132 B
CMake
add_subdirectory(utilities)
|
|
add_subdirectory(imaging)
|
|
add_subdirectory(rendering)
|
|
add_subdirectory(resources)
|
|
add_subdirectory(app)
|