From 37b9a93757a62249c919d2d48747eb83d4cc6055 Mon Sep 17 00:00:00 2001 From: Matthew Mott Date: Thu, 10 Dec 2020 14:18:00 +0000 Subject: [PATCH] Update CMake build with new and changed files --- libs/wxutil/CMakeLists.txt | 3 ++- radiant/CMakeLists.txt | 3 +-- radiantcore/CMakeLists.txt | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libs/wxutil/CMakeLists.txt b/libs/wxutil/CMakeLists.txt index 5cdeb5d576..36f64dae18 100644 --- a/libs/wxutil/CMakeLists.txt +++ b/libs/wxutil/CMakeLists.txt @@ -3,11 +3,12 @@ add_library(wxutil dialog/DialogBase.cpp dialog/Dialog.cpp dialog/MessageBox.cpp + fsview/FileSystemView.cpp + fsview/Populator.cpp DirChooser.cpp EntityClassChooser.cpp FileChooser.cpp FreezePointer.cpp - GLFont.cpp GLWidget.cpp KeyValueTable.cpp menu/PopupMenu.cpp diff --git a/radiant/CMakeLists.txt b/radiant/CMakeLists.txt index 93362902fd..4695cf1a90 100644 --- a/radiant/CMakeLists.txt +++ b/radiant/CMakeLists.txt @@ -18,7 +18,6 @@ add_executable(darkradiant map/StartupMapLoader.cpp precompiled.cpp RadiantApp.cpp - render/OpenGLModule.cpp selection/ManipulateMouseTool.cpp selection/SelectionMouseTools.cpp settings/LocalisationModule.cpp @@ -97,6 +96,7 @@ add_executable(darkradiant ui/mainframe/ScreenUpdateBlocker.cpp ui/mainframe/SplitPaneLayout.cpp ui/mainframe/TopLevelFrame.cpp + ui/mapselector/MapSelector.cpp uimanager/animationpreview/AnimationPreview.cpp uimanager/animationpreview/MD5AnimationChooser.cpp uimanager/animationpreview/MD5AnimationViewer.cpp @@ -138,7 +138,6 @@ add_executable(darkradiant ui/patch/PatchCreateDialog.cpp ui/patch/PatchInspector.cpp ui/patch/PatchThickenDialog.cpp - ui/prefabselector/PrefabPopulator.cpp ui/prefabselector/PrefabSelector.cpp ui/prefdialog/GameSetupDialog.cpp ui/prefdialog/GameSetupPage.cpp diff --git a/radiantcore/CMakeLists.txt b/radiantcore/CMakeLists.txt index 32f9559954..8eb2211f77 100644 --- a/radiantcore/CMakeLists.txt +++ b/radiantcore/CMakeLists.txt @@ -89,6 +89,7 @@ add_library(radiantcore MODULE map/algorithm/MapImporter.cpp map/algorithm/Models.cpp map/algorithm/Skins.cpp + map/ArchivedMapResource.cpp map/CounterManager.cpp map/EditingStopwatch.cpp map/EditingStopwatchInfoFileModule.cpp @@ -119,6 +120,7 @@ add_library(radiantcore MODULE map/MapPositionManager.cpp map/MapPropertyInfoFileModule.cpp map/MapResource.cpp + map/MapResourceLoader.cpp map/MapResourceManager.cpp map/mru/MRU.cpp map/namespace/ComplexName.cpp @@ -201,6 +203,8 @@ add_library(radiantcore MODULE rendersystem/backend/OpenGLShader.cpp rendersystem/backend/OpenGLShaderPass.cpp rendersystem/debug/SpacePartitionRenderer.cpp + rendersystem/GLFont.cpp + rendersystem/OpenGLModule.cpp rendersystem/OpenGLRenderSystem.cpp rendersystem/RenderSystemFactory.cpp rendersystem/SharedOpenGLContextModule.cpp