diff options
author | Brad King <brad.king@kitware.com> | 2011-12-23 20:08:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-23 21:16:50 (GMT) |
commit | 76ac88b730f32dcdef80216766b3eaecb6257ed6 (patch) | |
tree | f6a6c395855c0339a0666becb4aa692ae46d0fad /Tests/CMakeLib/CMakeLists.txt | |
parent | 137e5974bcde960cf408eb4027d35defa9a93217 (diff) | |
download | CMake-76ac88b730f32dcdef80216766b3eaecb6257ed6.zip CMake-76ac88b730f32dcdef80216766b3eaecb6257ed6.tar.gz CMake-76ac88b730f32dcdef80216766b3eaecb6257ed6.tar.bz2 |
complex: Move GeneratedFileStream test to CMakeLibTests
This test belongs in the CMakeLibTests test driver executable which
correctly links to CMakeLib. Fix incorrect library link order in the
Complex tests exposed by this change.
Diffstat (limited to 'Tests/CMakeLib/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/CMakeLists.txt b/Tests/CMakeLib/CMakeLists.txt index 41bf034..11593be 100644 --- a/Tests/CMakeLib/CMakeLists.txt +++ b/Tests/CMakeLib/CMakeLists.txt @@ -5,6 +5,7 @@ include_directories( ) set(CMakeLib_TESTS + testGeneratedFileStream testUTF8 testXMLParser testXMLSafe |