Imported Upstream version 3.21.4
[platform/upstream/cmake.git] / Tests / RunCMake / Autogen / RunCMakeTest.cmake
1 include(RunCMake)
2
3 run_cmake(NoQt)
4 if (with_qt5)
5   run_cmake(QtInFunction)
6   run_cmake(QtInFunctionNested)
7   run_cmake(QtInFunctionProperty)
8
9   run_cmake(CMP0111-imported-target-full)
10   run_cmake(CMP0111-imported-target-libname)
11   run_cmake(CMP0111-imported-target-implib-only)
12 endif ()