X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fquake3%2FCMakeLists.txt;h=1a852983f78f68a57919d0f1d8a6072ac186170b;hp=511162a3e9433f03db0e6e216706416c9e8cb688;hb=b5391544e08298842dc61947979da08a89e0a26e;hpb=826fce3cdc0bce78d15c04a2eb0a373dc1b251a3 diff --git a/tools/quake3/CMakeLists.txt b/tools/quake3/CMakeLists.txt index 511162a3..1a852983 100644 --- a/tools/quake3/CMakeLists.txt +++ b/tools/quake3/CMakeLists.txt @@ -29,7 +29,7 @@ find_package(ZLIB REQUIRED) include_directories(${ZLIB_INCLUDE_DIRS}) find_package(Minizip REQUIRED) -include_directories(${MINIZIP_INCLUDE_DIRS}) +include_directories(${Minizip_INCLUDE_DIRS}) set(q3map2_games q3map2/game_darkplaces.h @@ -124,7 +124,7 @@ target_link_libraries(q3map2 ${JPEG_LIBRARIES} ${PNG_LIBRARIES} ${LIBXML2_LIBRARIES} - ${MINIZIP_LIBRARIES} + ${Minizip_LIBRARIES} ${ZLIB_LIBRARIES} ddslib etclib @@ -160,7 +160,7 @@ radiant_tool(q3data target_link_libraries(q3data ${GLIB_LIBRARIES} ${LIBXML2_LIBRARIES} - ${MINIZIP_LIBRARIES} + ${Minizip_LIBRARIES} ${ZLIB_LIBRARIES} filematch etclib