Skip to content
Snippets Groups Projects
Commit 1a567390 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Icons included in installer

parent a1359ea2
No related branches found
No related tags found
No related merge requests found
...@@ -149,5 +149,9 @@ Plugins = PlugIns ...@@ -149,5 +149,9 @@ Plugins = PlugIns
else() else()
install (TARGETS ${executable_name} DESTINATION ${destination_bin} COMPONENT Applications) install (TARGETS ${executable_name} DESTINATION ${destination_bin} COMPONENT Applications)
set(image_files ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.ico ${CMAKE_SOURCE_DIR}/GUI/main/BornAgain.icns)
install (FILES ${image_files} DESTINATION ${destination_images} COMPONENT Applications)
endif(APPLE AND CREATE_BUNDLE) endif(APPLE AND CREATE_BUNDLE)
...@@ -27,6 +27,7 @@ set(destination_bin bin) ...@@ -27,6 +27,7 @@ set(destination_bin bin)
set(destination_lib lib) set(destination_lib lib)
set(destination_include include/BornAgain) set(destination_include include/BornAgain)
set(destination_examples share/BornAgain/Examples) set(destination_examples share/BornAgain/Examples)
set(destination_images share/BornAgain/Images)
if(WIN32) if(WIN32)
set(destination_lib bin) set(destination_lib bin)
set(destination_include include) set(destination_include include)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment