CMake/Tests/FindFontconfig/CMakeLists.txt
Frederik Gladhorn 84e7920b3a FindFontconfig: Add module to find Fontconfig
This module is inspired by one from KDE's KWin.
2018-10-18 20:32:09 +02:00

11 lines
371 B
CMake

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