aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-10-10 07:59:11 +0200
committerGitHub <noreply@github.com>2020-10-10 07:59:11 +0200
commit7e4f377e0b45c737f26309ae602addc05c9b6b30 (patch)
treeac46dbdd0e1a47a4111f9f3bf6ae31a356710e6f
parentce0ae9aff317f21bae3959b632ee362341722838 (diff)
parent61d499501bfbf7358a728dab6c2d53414c1dcac3 (diff)
Merge pull request #188 from dzik87/master
Fix 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()