aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authordzik <dzik87@gmail.com>2020-10-10 07:51:17 +0200
committerGitHub <noreply@github.com>2020-10-10 07:51:17 +0200
commit61d499501bfbf7358a728dab6c2d53414c1dcac3 (patch)
treeac46dbdd0e1a47a4111f9f3bf6ae31a356710e6f /CMakeLists.txt
parentce0ae9aff317f21bae3959b632ee362341722838 (diff)
Fix CMAKE
Latest filename renaming broke cmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9852fa5..6d9ec5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ if(MSVC)
# This file is used to create a DLL on windows
# Use BUILD_SHARED_LIBS to create StormLib.dll
set(STORM_DEF_FILES
- stormlib_dll/StormLib.def
+ src/DllMain.def
)
endif()