Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Apr 17, 2024
1 parent a9df7c2 commit b1b004b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ set(PROJECT_SOURCES
"src/widgets/VertexWidget.h"
"src/widgets/WalkmeshManager.cpp"
"src/widgets/WalkmeshManager.h"
"src/widgets/ExportChunksDialog.cpp"
"src/widgets/ExportChunksDialog.h"
)

if(APPLE)
Expand Down Expand Up @@ -540,7 +542,7 @@ if(GUI)
GUI=1
)
endif()

set_target_properties(${GUI_TARGET} PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "Makou Reactor"
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit b1b004b

Please sign in to comment.