diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-10-10 07:59:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 07:59:11 +0200 |
commit | 7e4f377e0b45c737f26309ae602addc05c9b6b30 (patch) | |
tree | ac46dbdd0e1a47a4111f9f3bf6ae31a356710e6f | |
parent | ce0ae9aff317f21bae3959b632ee362341722838 (diff) | |
parent | 61d499501bfbf7358a728dab6c2d53414c1dcac3 (diff) |
Merge pull request #188 from dzik87/master
Fix CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
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() |