X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=plugins%2Farchivezip%2FCMakeLists.txt;h=7ed025d8078d768274a074bfc33a9f3724b0dbc4;hb=b2d88d5f47228913aa7e147cec3e789efd974436;hp=e47b7f7d6e3c706a7364c3a1ef26237bbe452d00;hpb=3ecc3113aeea149ab79b3701dd87e52e5689458a;p=xonotic%2Fnetradiant.git diff --git a/plugins/archivezip/CMakeLists.txt b/plugins/archivezip/CMakeLists.txt index e47b7f7d..7ed025d8 100644 --- a/plugins/archivezip/CMakeLists.txt +++ b/plugins/archivezip/CMakeLists.txt @@ -1,8 +1,8 @@ radiant_plugin(archivezip archive.cpp archive.h - pkzip.cpp pkzip.h - plugin.cpp plugin.h - zlibstream.cpp zlibstream.h + pkzip.h + plugin.cpp + zlibstream.h ) find_package(ZLIB REQUIRED)