summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Autogen/RunCMakeTest.cmake
blob: a31b67cd7d42168e700e6374267793b1e5aa08cd (plain)
1
2
3
4
5
6
7
8
include(RunCMake)

run_cmake(NoQt)
if (with_qt5)
  run_cmake(QtInFunction)
  run_cmake(QtInFunctionNested)
  run_cmake(QtInFunctionProperty)
endif ()