From 8ea8da50d1f01fbbfce9e752d73a9303334555b4 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 8 Nov 2020 02:34:04 +0100 Subject: Upload TIM files into VRAM --- src/game/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/game/CMakeLists.txt (limited to 'src/game/CMakeLists.txt') diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt new file mode 100644 index 0000000..89cd1f0 --- /dev/null +++ b/src/game/CMakeLists.txt @@ -0,0 +1,3 @@ +add_library(game "src/game.c") +target_include_directories(game PUBLIC "inc") +target_link_libraries(game PRIVATE gfx) -- cgit v1.2.3