diff options
author | David Cole <david.cole@kitware.com> | 2012-10-23 20:37:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-10-23 20:37:37 (GMT) |
commit | 23a257628bb70f0e182c9b537ddab2b452fbddb0 (patch) | |
tree | 877912194213200aea07cdd629cea3a88efcfc2e /Tests/CMakeOnly/CMakeLists.txt | |
parent | c26373f6ca9762c0bd9950eb3aa5f1183f370842 (diff) | |
parent | a22f4fabb7eb6a978c5f0ddf7988d1c57793f7e6 (diff) | |
download | CMake-23a257628bb70f0e182c9b537ddab2b452fbddb0.zip CMake-23a257628bb70f0e182c9b537ddab2b452fbddb0.tar.gz CMake-23a257628bb70f0e182c9b537ddab2b452fbddb0.tar.bz2 |
Merge topic 'test-SelectLibraryConfigurations'
a22f4fa SelectLibraryConfigurations: fix for release and debug libs being the same
5052fbc 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) |