Restructure game to use engine

This commit is contained in:
2025-01-02 14:18:37 +00:00
parent b14d2f292a
commit 2dd55b5533
2 changed files with 250 additions and 219 deletions

View File

@@ -1,10 +1,9 @@
add_executable(game
main.c
)
add_executable(game main.c)
set_default_target_options(game)
target_include_directories(game PUBLIC include)
target_link_libraries(game PRIVATE
engine
m
LibXml2::LibXml2
SDL2::SDL2