X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=contrib%2FCMakeLists.txt;h=f2515bf8bb235d8f91e7db81b88fa34619d96472;hb=refs%2Fheads%2Fmaster;hp=8233ea1e672581e7c4febfff5b58fde1b4c5f3df;hpb=8d6828cd68e9104c2c68b962b341b4f572b4bc38;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()