cmake/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake

4 lines
82 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_custom_target(check ALL COMMAND check
$<INSTALL_PREFIX>/include
VERBATIM)