diff options
author | crupest <crupest@outlook.com> | 2022-01-20 23:40:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-20 23:40:57 +0800 |
commit | ed9802f06cecce93d578df195fc7ed00a82a6eed (patch) | |
tree | 7f3ccca3fcfa633c7ab44a446cc44de40cdbcb2a /test/CMakeLists.txt | |
parent | bbccf1a653147e6678b637b1c02169dc83209d94 (diff) | |
download | cru-ed9802f06cecce93d578df195fc7ed00a82a6eed.tar.gz cru-ed9802f06cecce93d578df195fc7ed00a82a6eed.tar.bz2 cru-ed9802f06cecce93d578df195fc7ed00a82a6eed.zip |
Test if I actually save CI time for GitHub.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c5e18d61..1cd54b47 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -9,6 +9,7 @@ add_subdirectory(common) add_subdirectory(platform) add_subdirectory(xml) add_subdirectory(toml) +add_subdirectory(ui) if(WIN32) add_subdirectory(win) |