Add guide for building chatterino2 on Windows with vcpkg (#3634)

This commit is contained in:
Ian
2022-05-15 17:57:31 +02:00
committed by GitHub
parent 3119a9bab3
commit addcbb10f9
7 changed files with 65 additions and 3 deletions
+1
View File
@@ -59,6 +59,7 @@ find_package(Sanitizers)
# Find boost on the system
find_package(Boost REQUIRED)
find_package(Boost COMPONENTS random)
# Find OpenSSL on the system
find_package(OpenSSL REQUIRED)