summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-22 23:31:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-22 23:31:51 +0200
commit36a385347556b046df223012986ae35970279751 (patch)
treec743cc8b59541555864aad31d53e85762c721c62 /draw
parentfb914871bf169e8cd6f74cc086cabd5b23e6f739 (diff)
build draw/ with src/ as one target
Diffstat (limited to 'draw')
-rw-r--r--draw/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/draw/CMakeLists.txt b/draw/CMakeLists.txt
deleted file mode 100644
index a76cecbf..00000000
--- a/draw/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-set(self ${PROJECT_NAME}-draw)
-file(GLOB sources "*.cpp" CONFIGURE_ARGS)
-add_library(${self} STATIC "${sources}")
-target_link_libraries(${self} PUBLIC
- Magnum::GL
- Magnum::Magnum
- Magnum::Shaders
- ${PROJECT_NAME}
-)
-if(FLOORMAT_PRECOMPILED-HEADERS)
- target_precompile_headers(${self} PRIVATE precomp.hpp)
-endif()