X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=plugins%2FCMakeLists.txt;h=d6c7f075b474e957de5f9f4060c44aac9d88ddee;hb=6acf8cb198eebecef02e507d14468d4dc90d91a5;hp=bc9fcad327271775b40df4d48273012a01c17650;hpb=3c2e453ecacf62a8505c61541e735368ae462d08;p=xonotic%2Fnetradiant.git diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index bc9fcad3..d6c7f075 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -6,6 +6,10 @@ macro(radiant_plugin name) add_library(${name} MODULE ${ARGN}) add_dependencies(modules ${name}) copy_dlls(${name}) + install( + TARGETS ${name} + LIBRARY DESTINATION modules + ) endmacro() add_subdirectory(archivepak) @@ -13,6 +17,11 @@ add_subdirectory(archivewad) add_subdirectory(archivezip) add_subdirectory(entity) add_subdirectory(image) + +if(BUILD_CRUNCH) + add_subdirectory(imagecrn) +endif() + add_subdirectory(imagehl) add_subdirectory(imagepng) add_subdirectory(imageq2)