diff options
author | Brad King <brad.king@kitware.com> | 2018-01-25 14:22:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-01-25 14:22:47 (GMT) |
commit | 3ec5f7c1a2fbfec42be1012210471f6b532e93a3 (patch) | |
tree | becaaae035f4643922179b7c3fa87652f58a7f51 /Source/CMakeLists.txt | |
parent | 1ad58d30321757327675451ba6d095b5204b999c (diff) | |
download | CMake-3ec5f7c1a2fbfec42be1012210471f6b532e93a3.zip CMake-3ec5f7c1a2fbfec42be1012210471f6b532e93a3.tar.gz CMake-3ec5f7c1a2fbfec42be1012210471f6b532e93a3.tar.bz2 |
De-duplicate cmUVSignalHackRAII
This was added separately in `cmCTestMultiProcessHandler` and
`cmQtAutoGenerator`. Factor out the duplicate code into a common header
for re-use.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index c680fd2..62374c0 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -351,6 +351,7 @@ set(SRCS cmUuid.cxx cmUVHandlePtr.cxx cmUVHandlePtr.h + cmUVSignalHackRAII.h cmVariableWatch.cxx cmVariableWatch.h cmVersion.cxx |