This website requires JavaScript.
Explore
Help
Sign In
SeanOMik
/
SimpleEngine
mirror of
https://github.com/SeanOMik/SimpleEngine.git
Watch
1
Star
0
Fork
You've already forked SimpleEngine
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0969a9fb12
SimpleEngine
/
examples
/
CMakeLists.txt
3 lines
86 B
CMake
Raw
Normal View
History
Unescape
Escape
Upload first super simple engine version
2020-07-03 03:48:58 +00:00
# Add examples as a subdirectory
Create AnimationComponent, and an example to show it
2020-07-05 06:28:23 +00:00
add_subdirectory
(
snake
)
add_subdirectory
(
animation
)