mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-07 03:37:47 +00:00
Since the default mode now only builds release vcpkg libraries, having an easy-to-create debug build will be convenient.
3 lines
117 B
CMake
3 lines
117 B
CMake
include (${CMAKE_CURRENT_LIST_DIR}/../base-triplets/x64-linux.cmake)
|
|
include (${CMAKE_CURRENT_LIST_DIR}/debug.cmake)
|