diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-10-21 13:17:20 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-10-21 13:17:20 (GMT) |
commit | 5052fbc93d8158e44d1a44f167ba00f39813b82f (patch) | |
tree | 741496a3bc8ea87822fa1a3ac61fe0159336c867 /Tests/CMakeOnly/CMakeLists.txt | |
parent | 4c5db6ce6c2bb90f0f7eaa54f31e35767d9e5816 (diff) | |
download | CMake-5052fbc93d8158e44d1a44f167ba00f39813b82f.zip CMake-5052fbc93d8158e44d1a44f167ba00f39813b82f.tar.gz CMake-5052fbc93d8158e44d1a44f167ba00f39813b82f.tar.bz2 |
SelectLibraryConfigurations: add testcase
Diffstat (limited to 'Tests/CMakeOnly/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeOnly/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index ba681d8..51a630f 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -27,6 +27,8 @@ endif() add_CMakeOnly_test(AllFindModules) +add_CMakeOnly_test(SelectLibraryConfigurations) + add_CMakeOnly_test(TargetScope) add_CMakeOnly_test(find_library) |