mirror of
https://github.com/reactos/CMake.git
synced 2025-01-05 18:38:46 +00:00
71180fc8aa
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
363 B
CMake
11 lines
363 B
CMake
add_test(NAME FindLibRHash.Test COMMAND
|
|
${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
|
|
--build-and-test
|
|
"${CMake_SOURCE_DIR}/Tests/FindLibRHash/Test"
|
|
"${CMake_BINARY_DIR}/Tests/FindLibRHash/Test"
|
|
${build_generator_args}
|
|
--build-project TestFindLibRHash
|
|
--build-options ${build_options}
|
|
--test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
|
|
)
|