Skip to content
Snippets Groups Projects

Add vcpkg support

Merged Joscha Schmiedt requested to merge f-test-vcpkg into dev
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -152,7 +152,6 @@ find_package(Boost COMPONENTS filesystem REQUIRED)
@@ -152,7 +152,6 @@ find_package(Boost COMPONENTS filesystem REQUIRED)
find_package(Boost COMPONENTS log REQUIRED)
find_package(Boost COMPONENTS log REQUIRED)
find_package(Boost COMPONENTS thread REQUIRED)
find_package(Boost COMPONENTS thread REQUIRED)
find_package(Boost COMPONENTS system REQUIRED)
find_package(Boost COMPONENTS system REQUIRED)
find_package(Boost COMPONENTS beast REQUIRED)
find_package(GTest REQUIRED)
find_package(GTest REQUIRED)
# print include directories for debugging
# print include directories for debugging
Loading