aboutsummaryrefslogtreecommitdiff
path: root/src/terrain/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:28:47 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:28:47 +0200
commit1950fe7b0679c6b6486cc7b25bef813db2b1bb4e (patch)
treec2098c9ec65f9a9e5fada68c0b51b0217f14b00c /src/terrain/CMakeLists.txt
parent06056a9b5e900f67702c509ce1ba2e2351357fb7 (diff)
downloadjancity-1950fe7b0679c6b6486cc7b25bef813db2b1bb4e.tar.gz
Implement sub-tile collboxes
These will be later used by the pathfinding algorithm.
Diffstat (limited to 'src/terrain/CMakeLists.txt')
-rw-r--r--src/terrain/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terrain/CMakeLists.txt b/src/terrain/CMakeLists.txt
index c74de94..7a0e5bd 100644
--- a/src/terrain/CMakeLists.txt
+++ b/src/terrain/CMakeLists.txt
@@ -1,3 +1,3 @@
add_library(terrain "src/terrain.c")
target_include_directories(terrain PUBLIC "inc")
-target_link_libraries(terrain PUBLIC container camera gfx)
+target_link_libraries(terrain PUBLIC container camera gfx util)