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-30Lines changed: 5 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,12 @@
21
21
# CMakeLists.txt - The CMake script for building this library.
22
22
# May 13, 2021
23
23
# https://discordcoreapi.com
24
-
set(Opus_DIR "C:/Vcpkg/installed/x64-windows-static/share/opus") # Set this one to the folder location of the file "OpusConfig.cmake".
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
-
set(Jsonifier_DIR "") # Set this one to the folder location of the file "JsonifierConfig.cmake".
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
-
set(CMAKE_BUILD_TYPES "Release;Debug")
30
-
option(BUILD_SHARED_LIBS"Build using shared libraries"ON)
0 commit comments