Fix windows mt lib
This commit is contained in:
parent
a026255f52
commit
145fb3f111
|
@ -2,6 +2,8 @@
|
|||
cd src/libuiohook/build
|
||||
|
||||
cmake -A x64 \
|
||||
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW \
|
||||
-DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DBUILD_DEMO=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=../installed \
|
||||
|
|
Loading…
Reference in New Issue