diff options
author | Mattes D <github@xoft.cz> | 2016-01-01 21:05:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-01-01 21:05:09 +0100 |
commit | 80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch) | |
tree | 436ba0fe305343c808b7078b5106981be9b00802 /src/CMakeLists.txt | |
parent | Merge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff) | |
download | cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.gz cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.bz2 cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.lz cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.xz cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.zst cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2478d4af4..3d9e10aa5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -216,7 +216,7 @@ if (NOT MSVC) # If building a windows version, but not using MSVC, add the resources directly to the makefile: if (WIN32) - list(APPEND SOURCE "Resources/MCServer.rc") + list(APPEND SOURCE "Resources/Cuberite.rc") endif() else () # MSVC-specific handling: Put all files into one project, separate by the folders: @@ -276,7 +276,7 @@ else () SET_SOURCE_FILES_PROPERTIES( "StackWalker.cpp LeakFinder.cpp" PROPERTIES COMPILE_FLAGS "/Yc\"Globals.h\"" ) - list(APPEND SOURCE "Resources/MCServer.rc") + list(APPEND SOURCE "Resources/Cuberite.rc") # Make MSVC generate the PDB files even for the release build: set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /Zi") |