Skip to content

Commit

Permalink
Update CMake build with new and changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mott committed Dec 10, 2020
1 parent 4b96128 commit 37b9a93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion libs/wxutil/CMakeLists.txt
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions radiant/CMakeLists.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions radiantcore/CMakeLists.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37b9a93

Please sign in to comment.