You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,15 @@ set(Opus_DIR "C:/Vcpkg/installed/x64-windows-static/share/opus") # Set this one
25
25
set(unofficial-sodium_DIR "C:/Vcpkg/installed/x64-windows-static/share/unofficial-sodium") # Set this one to the folder location of the file "unofficial-sodiumConfig.cmake".
26
26
set(Jsonifier_DIR "") # Set this one to the folder location of the file "JsonifierConfig.cmake".
27
27
set(OPENSSL_ROOT_DIR "C:/Vcpkg/installed/x64-windows-static/") # Set this one to the folder location of the include folder and library folders of OpenSSL.
28
-
set(VCPKG_ROOT_DIR "C:/Vcpkg")
29
28
set(CMAKE_BUILD_TYPES "Release;Debug")
30
29
option(BUILD_SHARED_LIBS"Build using shared libraries"ON)
0 commit comments