summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/CMakeLists.txt b/draw/CMakeLists.txt
index 027c1e24..a4be3c13 100644
--- a/draw/CMakeLists.txt
+++ b/draw/CMakeLists.txt
@@ -1,7 +1,7 @@
set(self floormat-draw)
file(GLOB sources "*.cpp" CONFIGURE_ARGS)
add_library(${self} OBJECT "${sources}")
-target_link_libraries(${self} PUBLIC Magnum::GL floormat)
+target_link_libraries(${self} PUBLIC Magnum::GL)
if(FLOORMAT_PRECOMPILED-HEADERS)
target_precompile_headers(${self} PRIVATE precomp.hpp)
endif()