mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Becuase we're using dynamic libraries, our configuration is classified as a "community triplet". To not confuse vcpkg maintainers when developers create bug reports, name them properly. This means that the default triplet detection is now kind of useless, so we have to invent our own for these triplets.
3 lines
117 B
CMake
3 lines
117 B
CMake
include (${CMAKE_CURRENT_LIST_DIR}/../base-triplets/arm64-osx.cmake)
|
|
include (${CMAKE_CURRENT_LIST_DIR}/debug.cmake)
|