diff options
author | Brad King <brad.king@kitware.com> | 2023-11-01 18:59:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-12-03 13:30:06 (GMT) |
commit | 5396f4a9a30d11ae17a1a991e54d4e0714457590 (patch) | |
tree | 9c14e2007e1c8c99cea981c50cccd41873a83a38 /Source/CMakeLists.txt | |
parent | 714a9467818beef9a29688766e196a1f064de033 (diff) | |
download | CMake-5396f4a9a30d11ae17a1a991e54d4e0714457590.zip CMake-5396f4a9a30d11ae17a1a991e54d4e0714457590.tar.gz CMake-5396f4a9a30d11ae17a1a991e54d4e0714457590.tar.bz2 |
cmUVJobServerClient: Add libuv-based job server integration client
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index eafb3b8..8c57762 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -1091,6 +1091,9 @@ add_library( CTest/cmCTestP4.cxx CTest/cmCTestP4.h + CTest/cmUVJobServerClient.cxx + CTest/cmUVJobServerClient.h + LexerParser/cmCTestResourceGroupsLexer.cxx LexerParser/cmCTestResourceGroupsLexer.h LexerParser/cmCTestResourceGroupsLexer.in.l |