diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-09-02 12:59:34 -0400 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-09-05 14:37:16 -0400 |
commit | b2d2bb43cea4cde8e468cdaf852e7040f7ac3075 (patch) | |
tree | b404982380be480887f90c0fa03eeca497d3bfee /Tests/CMakeLists.txt | |
parent | 43a3471298c429530aaf8c8cf2e2c3563079a9e4 (diff) | |
download | serenity-b2d2bb43cea4cde8e468cdaf852e7040f7ac3075.zip |
LibLocale: Move locale test files to the LibLocale folder
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 92d6ea160f..03829c78d3 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -11,6 +11,7 @@ add_subdirectory(LibGfx) add_subdirectory(LibGL) add_subdirectory(LibIMAP) add_subdirectory(LibJS) +add_subdirectory(LibLocale) add_subdirectory(LibM) add_subdirectory(LibMarkdown) add_subdirectory(LibPDF) |