]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fix build for Windows when using CMake 68/head
authormaek <maek@paranoici.org>
Thu, 27 Jul 2017 22:22:36 +0000 (23:22 +0100)
committermaek <maek@paranoici.org>
Thu, 27 Jul 2017 22:22:57 +0000 (23:22 +0100)
tools/quake3/CMakeLists.txt

index a3673431000e4abf6e55c0d9b9f907315909a291..511162a3e9433f03db0e6e216706416c9e8cb688 100644 (file)
@@ -124,8 +124,8 @@ target_link_libraries(q3map2
         ${JPEG_LIBRARIES}
         ${PNG_LIBRARIES}
         ${LIBXML2_LIBRARIES}
-        ${ZLIB_LIBRARIES}
         ${MINIZIP_LIBRARIES}
+        ${ZLIB_LIBRARIES}
         ddslib
         etclib
         filematch
@@ -160,8 +160,8 @@ radiant_tool(q3data
 target_link_libraries(q3data
         ${GLIB_LIBRARIES}
         ${LIBXML2_LIBRARIES}
-        ${ZLIB_LIBRARIES}
         ${MINIZIP_LIBRARIES}
+        ${ZLIB_LIBRARIES}
         filematch
         etclib
         l_net