X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=contrib%2FCMakeLists.txt;h=8233ea1e672581e7c4febfff5b58fde1b4c5f3df;hb=2951e448a7f008f2438be4bd5feba2e4f4400eef;hp=7899526fd03405306101ef6a3e41f869beba4d47;hpb=3ecc3113aeea149ab79b3701dd87e52e5689458a;p=xonotic%2Fnetradiant.git diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 7899526f..8233ea1e 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -5,6 +5,11 @@ macro(radiant_plugin name) message(STATUS "Found Plugin ${name}") add_library(${name} MODULE ${ARGN}) add_dependencies(plugins ${name}) + copy_dlls(${name}) + install( + TARGETS ${name} + LIBRARY DESTINATION plugins + ) endmacro() add_subdirectory(bobtoolz)