mirror of
https://github.com/SeanOMik/SimpleEngine.git
synced 2025-02-18 16:50:05 +00:00
4 lines
No EOL
115 B
CMake
4 lines
No EOL
115 B
CMake
# Add examples as a subdirectory
|
|
add_subdirectory(snake)
|
|
add_subdirectory(animation)
|
|
add_subdirectory(particles) |