mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:47:34 +00:00
Meta: Build AK and LibRegex tests in Lagom and for Serenity
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 :^)
This commit is contained in:
parent
860a3bbce3
commit
e787738c24
10 changed files with 268 additions and 259 deletions
|
@ -8,3 +8,5 @@ set(SOURCES
|
|||
|
||||
serenity_lib(LibRegex regex)
|
||||
target_link_libraries(LibRegex LibC LibCore)
|
||||
|
||||
add_subdirectory(Tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue