CMake/Tests/FindLibUV/CMakeLists.txt
Brad King e56aa46297 FindLibUV: Add module to find libuv package
Add it to a private source directory that is not installed so that we
can use it for building CMake itself.  This will allow it to mature
before being distributed publicly.
2016-08-31 09:05:14 -04:00

11 lines
351 B
CMake

add_test(NAME FindLibUV.Test COMMAND
${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
--build-and-test
"${CMake_SOURCE_DIR}/Tests/FindLibUV/Test"
"${CMake_BINARY_DIR}/Tests/FindLibUV/Test"
${build_generator_args}
--build-project TestFindLibUV
--build-options ${build_options}
--test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
)