X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=contrib%2FCMakeLists.txt;h=6fbe90a9eabde0782defc700ffd560cfc6590d73;hb=ca0295d3b8e3340c18de1fe13f41265ba32612d4;hp=8233ea1e672581e7c4febfff5b58fde1b4c5f3df;hpb=27c40808591e2f4671686039165bac7b402af012;p=xonotic%2Fnetradiant.git diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 8233ea1e..6fbe90a9 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -8,7 +8,7 @@ macro(radiant_plugin name) copy_dlls(${name}) install( TARGETS ${name} - LIBRARY DESTINATION plugins + LIBRARY DESTINATION ${RADIANT_ADDONS_DIR}/plugins ) endmacro()