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

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Maltsev <4129781+m417z@users.noreply.github.com>2022-11-11 10:53:30 +0300
committerGitHub <noreply@github.com>2022-11-11 10:53:30 +0300
commite15c7f0a0a7bd4aef6e0575e2707bb3e4fe4ef90 (patch)
treeb021b82514554dda39c06dd6cb8f67cdd2dbc50c
parent426cb6880035ee3cceed05384bb3f2db01a20a15 (diff)
parent96b11a507399acfeed1c12cb409aa86549d15d99 (diff)
Merge pull request #106 from KokoseiJ/master
Fixed CMake failing to configure on UNIX environment
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df947af..ebcb6dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,8 +55,8 @@ endif()
if(BUILD_SHARED_LIBS)
set(RESOURCES
- "dll_resources/minhook.rc"
- "dll_resources/minhook.def"
+ "dll_resources/MinHook.rc"
+ "dll_resources/MinHook.def"
)
endif()