Skip to content

Commit

Permalink
Add icons and About box
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 1, 2024
1 parent b14c863 commit a22e3ff
Show file tree
Hide file tree
Showing 8 changed files with 1,841 additions and 11 deletions.
10 changes: 10 additions & 0 deletions gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,13 @@ if(APPLE)
RESOURCE app-logo.icns
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in)
endif()

add_custom_command(TARGET ${PROJECT_NAME}
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/images $<TARGET_FILE_DIR:${PROJECT_NAME}>${RESOURCE_FOLDER}/images)

add_custom_command(TARGET ${PROJECT_NAME}
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/../app-logo.svg $<TARGET_FILE_DIR:${PROJECT_NAME}>${RESOURCE_FOLDER}/images)
Loading

0 comments on commit a22e3ff

Please sign in to comment.