Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Vedder <stephan.vedder@gmail.com>2022-04-28 00:31:19 +0300
committerStephan Vedder <stephan.vedder@gmail.com>2022-04-28 00:31:19 +0300
commitf579246299d557e8f0cecbe68f495535b5c76586 (patch)
tree6d1eb07fecba8b16bb6dbb5815b1aaa63d76bd87
parentbb8e0756a8d235a60037ed57706aac226d4ca720 (diff)
Don't copy system library
-rw-r--r--Projects/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/CMakeLists.txt b/Projects/CMakeLists.txt
index fd81c15b..3d67dc82 100644
--- a/Projects/CMakeLists.txt
+++ b/Projects/CMakeLists.txt
@@ -1439,7 +1439,6 @@ IF(BUILD_OVERGROWTH)
CopyDLL("${LIBDIR}/zlib1.2.7/bin/${WINDOWS_LIB_DIR}/zlib1.dll" "zlib.dll")
CopyDLL("${LIBDIR}/freetype-windows-binaries-2.12.0/release_dll/win64/freetype.dll" "freetype.dll")
CopyDLL("${LIBDIR}/FreeImage/bin/${VERSION_DIR}/${WINDOWS_LIB_DIR}/FreeImage.dll" "")
- CopyDLL("${LIBDIR}/xinput/bin/xinput1_3.dll" "")
IF(ENABLE_RAD_TELEMETRY)
#IF(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebIn")
IF(64BIT_WINDOWS)