mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
e56aa46297
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.
11 lines
351 B
CMake
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>
|
|
)
|