We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82693 commit c1fa057Copy full SHA for c1fa057
Meta/Lagom/CMakeLists.txt
@@ -683,8 +683,8 @@ if (BUILD_LAGOM)
683
# LibTest tests from Tests/
684
set(TEST_DIRECTORIES
685
AK
686
- LibCrypto
687
LibCompress
+ LibCrypto
688
LibDisassembly
689
LibGL
690
LibGfx
@@ -693,16 +693,16 @@ if (BUILD_LAGOM)
693
LibIMAP
694
LibLocale
695
LibMarkdown
696
+ LibMedia
697
LibPDF
698
LibSQL
- LibMedia
699
- LibTest
700
- LibTextCodec
701
LibTTF
+ LibTest
+ LibTextCodec
702
LibTimeZone
703
- LibUnicode
704
LibURL
705
- LibXML
+ LibUnicode
+ LibXML
706
)
707
if (ENABLE_LAGOM_LIBWEB)
708
list(APPEND TEST_DIRECTORIES LibWeb)
0 commit comments