SimpleEngine/examples/CMakeLists.txt

3 lines
86 B
CMake
Raw Normal View History

# Add examples as a subdirectory
add_subdirectory(snake)
add_subdirectory(animation)