mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 19:07:15 +03:00
e787738c24
These tests were never built for the serenity target. Move their Lagom build steps to the Lagom CMakeLists.txt, and add serenity build steps for them. Also, fix the build errors when building them with the serenity cross-compiler :^)
6 lines
135 B
CMake
6 lines
135 B
CMake
include(${CMAKE_SOURCE_DIR}/Meta/CMake/utils.cmake)
|
|
serenity_install_headers(AK)
|
|
serenity_install_sources(AK)
|
|
|
|
add_subdirectory(Tests)
|