diff options
author | Brad King <brad.king@kitware.com> | 2020-04-29 11:33:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-29 11:33:50 (GMT) |
commit | 959acdc9e6af291b7f8c3ac530496322745385a2 (patch) | |
tree | 134980b8cd426fb8c35fdc975c45d87343a84dcc /Tests/FindLibXslt/CMakeLists.txt | |
parent | 505bc9c87ba6a6a2e2494986af52447228fa3918 (diff) | |
parent | 8a90ef5a4400ccb5bfe1f867e25dde2254996df7 (diff) | |
download | CMake-959acdc9e6af291b7f8c3ac530496322745385a2.zip CMake-959acdc9e6af291b7f8c3ac530496322745385a2.tar.gz CMake-959acdc9e6af291b7f8c3ac530496322745385a2.tar.bz2 |
Merge topic 'FindLibXslt-targets'
8a90ef5a44 FindLibXslt: use LIBXSLT_LIBRARY as cache variable
1aa7df4114 FindLibXslt: provide imported targets
dd506714f4 FindLibXslt: identify libexslt include directory
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4650
Diffstat (limited to 'Tests/FindLibXslt/CMakeLists.txt')
-rw-r--r-- | Tests/FindLibXslt/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/FindLibXslt/CMakeLists.txt b/Tests/FindLibXslt/CMakeLists.txt new file mode 100644 index 0000000..8a550b2 --- /dev/null +++ b/Tests/FindLibXslt/CMakeLists.txt @@ -0,0 +1,10 @@ +add_test(NAME FindLibXslt.Test COMMAND + ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> + --build-and-test + "${CMake_SOURCE_DIR}/Tests/FindLibXslt/Test" + "${CMake_BINARY_DIR}/Tests/FindLibXslt/Test" + ${build_generator_args} + --build-project TestFindLibXslt + --build-options ${build_options} + --test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION> +) |