diff options
Diffstat (limited to 'plugins/ProfileEditor')
| -rw-r--r-- | plugins/ProfileEditor/CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt index 4f3e026..be65d8e 100644 --- a/plugins/ProfileEditor/CMakeLists.txt +++ b/plugins/ProfileEditor/CMakeLists.txt @@ -27,7 +27,7 @@ target_link_libraries(ProfileEditorPlugin  )  if(${CMAKE_SYSTEM_NAME} MATCHES "Windows") -    install(TARGETS ProfileEditorPlugin RUNTIME DESTINATION bin/plugins CONFIGURATIONS Release) +    install(TARGETS ProfileEditorPlugin RUNTIME DESTINATION ${PLUGIN_DESTINATION} CONFIGURATIONS Release)  else() -    install(TARGETS ProfileEditorPlugin LIBRARY DESTINATION lib/smolbote CONFIGURATIONS Release) +    install(TARGETS ProfileEditorPlugin LIBRARY DESTINATION ${PLUGIN_DESTINATION} CONFIGURATIONS Release)  endif() | 
