aboutsummaryrefslogtreecommitdiff
path: root/src/camera/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-12 22:51:01 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-12 23:19:03 +0200
commit3cb276b19fa21699aa7241956f5b11d1d5b24fe3 (patch)
tree39303246e4fa8ed9f61b439e05824b08ae1cfe50 /src/camera/CMakeLists.txt
parent0f9e2d89589f05847fb7dc808da1594f0961b5b4 (diff)
downloadrts-3cb276b19fa21699aa7241956f5b11d1d5b24fe3.tar.gz
camera: remove dependency against terrain
This will allow using camera for purposes other than showing the game map.
Diffstat (limited to 'src/camera/CMakeLists.txt')
-rw-r--r--src/camera/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera/CMakeLists.txt b/src/camera/CMakeLists.txt
index 1cb1f63..2ef522a 100644
--- a/src/camera/CMakeLists.txt
+++ b/src/camera/CMakeLists.txt
@@ -1,3 +1,3 @@
add_library(camera "src/camera.c" "src/pad.c" "src/mouse.c" "src/touch.c")
target_include_directories(camera PUBLIC "inc" PRIVATE "privinc")
-target_link_libraries(camera PUBLIC container mouse pad peripheral terrain util PRIVATE gfx)
+target_link_libraries(camera PUBLIC container mouse pad peripheral util PRIVATE gfx)