mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
ebaca6290d
- Add TIFF::TIFF imported target - Document imported target - Add testcase to test the standard variables and the imported target Also: - Add TIFF_INCLUDE_DIRS to match common practice - Update documentation generally, including documenting TIFF_INCLUDE_DIRS
11 lines
347 B
CMake
11 lines
347 B
CMake
add_test(NAME FindTIFF.Test COMMAND
|
|
${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
|
|
--build-and-test
|
|
"${CMake_SOURCE_DIR}/Tests/FindTIFF/Test"
|
|
"${CMake_BINARY_DIR}/Tests/FindTIFF/Test"
|
|
${build_generator_args}
|
|
--build-project TestFindTIFF
|
|
--build-options ${build_options}
|
|
--test-command ${CMAKE_CTEST_COMMAND} -V -C $<CONFIGURATION>
|
|
)
|