diff options
author | Brad King <brad.king@kitware.com> | 2017-11-30 16:11:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-30 16:19:31 (GMT) |
commit | 32cfa7b324de799eefb2f7370fb54b700d1a87a5 (patch) | |
tree | 4b002818928a543986959b34f34117a2558f139c /Tests/CMakeServerLib/CMakeLists.txt | |
parent | 92b212e87542552a8dd095608098609a3ebe1d6d (diff) | |
download | CMake-32cfa7b324de799eefb2f7370fb54b700d1a87a5.zip CMake-32cfa7b324de799eefb2f7370fb54b700d1a87a5.tar.gz CMake-32cfa7b324de799eefb2f7370fb54b700d1a87a5.tar.bz2 |
cmUVHandlePtr: Move to CMakeLib to make it available everywhere
Diffstat (limited to 'Tests/CMakeServerLib/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeServerLib/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeServerLib/CMakeLists.txt b/Tests/CMakeServerLib/CMakeLists.txt index f1ca2a4..5e1ad0c 100644 --- a/Tests/CMakeServerLib/CMakeLists.txt +++ b/Tests/CMakeServerLib/CMakeLists.txt @@ -6,7 +6,6 @@ include_directories( set(CMakeServerLib_TESTS testServerBuffering - testUVRAII ) create_test_sourcelist(CMakeLib_TEST_SRCS CMakeServerLibTests.cxx ${CMakeServerLib_TESTS}) |