outsourced application handling

This commit is contained in:
Lauchmelder 2021-12-13 00:25:13 +01:00
parent 5762d02b48
commit 71fdb2c053
10 changed files with 251 additions and 141 deletions

View file

@ -16,5 +16,6 @@ else (SDL2_FOUND)
set (SDL2_LIBRARIES SDL2-static SDL2main)
endif (SDL2_FOUND)
# Include sub-projects.
# Include sub-projects
add_subdirectory ("lib")
add_subdirectory ("src")