cmake/Tests/RunCMake/Autogen/RunCMakeTest.cmake

9 lines
150 B
CMake
Raw Normal View History

2019-02-03 13:14:49 +01:00
include(RunCMake)
run_cmake(NoQt)
if (with_qt5)
run_cmake(QtInFunction)
run_cmake(QtInFunctionNested)
run_cmake(QtInFunctionProperty)
endif ()