Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Oct 19, 2024
1 parent a161685 commit 601a781
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CMakeLists.txt.user
*.snap
build-*
build

# Mac
.DS_Store
5 changes: 4 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ endif ()
#

if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
set_target_properties(${PROJECT_NAME} PROPERTIES MACOSX_BUNDLE TRUE)
set_target_properties(${PROJECT_NAME} PROPERTIES
MACOSX_BUNDLE true
MACOSX_BUNDLE_BUNDLE_NAME "Add Times"
)
endif ()


Expand Down

0 comments on commit 601a781

Please sign in to comment.