mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Tests: Add LibThreading to CMakeLists.txt
This commit is contained in:
parent
3c5e07fa1c
commit
1552873275
Notes:
sideshowbarker
2024-07-18 03:00:06 +09:00
Author: https://github.com/juniorrantila 🔰 Commit: https://github.com/SerenityOS/serenity/commit/1552873275b Pull-request: https://github.com/SerenityOS/serenity/pull/10379
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ add_subdirectory(LibMarkdown)
|
|||
add_subdirectory(LibPthread)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibSQL)
|
||||
add_subdirectory(LibThreading)
|
||||
add_subdirectory(LibUnicode)
|
||||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibWeb)
|
||||
|
|
Loading…
Reference in a new issue