This commit is contained in:
Crizomb 2025-06-15 19:22:33 +02:00
parent adcd6146ed
commit f30a490593
8 changed files with 93 additions and 4 deletions

View file

@ -26,6 +26,7 @@ add_executable(simpleGame
Source/NoteTile.cpp Include/NoteTile.hpp Include/NotePlaceEnum.hpp
Source/TilePattern.cpp Include/TilePattern.hpp
Source/AnimatedSprite.cpp Include/AnimatedSprite.hpp
Source/Carrot.cpp Include/Carrot.hpp
)
target_include_directories(simpleGame PRIVATE