From b1b004b993d327674595df921901e344fce9e9f7 Mon Sep 17 00:00:00 2001 From: myst6re Date: Wed, 17 Apr 2024 07:20:26 +0200 Subject: [PATCH] Fix compilation --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae45eff2..be36f5ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) @@ -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}