We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03d125 commit 41594cdCopy full SHA for 41594cd
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.16)
2
project(HMCLauncher
3
LANGUAGES CXX
4
- VERSION 3.7.0.0
+ VERSION 3.7.0.1
5
)
6
7
set(CMAKE_CXX_STANDARD 20)
@@ -35,4 +35,4 @@ add_executable(HMCLauncher WIN32
35
HMCL/path.cpp HMCL/path.h
36
HMCL/debug.cpp HMCL/debug.h
37
38
-target_link_libraries(HMCLauncher PRIVATE Shlwapi Version)
+target_link_libraries(HMCLauncher PRIVATE shlwapi version)
0 commit comments