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

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

  run_cmake(CMP0111-imported-target-full)
  run_cmake(CMP0111-imported-target-libname)
  run_cmake(CMP0111-imported-target-implib-only)
endif ()