From 763bd80603dbace9f14c25309159ed07ec6e9a93 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 30 Jan 2021 11:50:30 -0500 Subject: Added sprite Y sorting --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b46e02..4bbc297 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,7 @@ add_executable(tanetane src/renderer.cpp src/sprite.cpp src/party.cpp + src/game.cpp ) set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) -- cgit 1.4.1