mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
1c2aef9255
We currently build debug and release versions of vcpkg dependencies. We will most commonly only need the release version, so let's default to that to approximately halve our dependency build time.
2 lines
119 B
CMake
2 lines
119 B
CMake
include (${CMAKE_CURRENT_LIST_DIR}/../base-triplets/x64-linux.cmake)
|
|
include (${CMAKE_CURRENT_LIST_DIR}/release.cmake)
|