RunCMakeTest.cmake 287 B

123456789101112
  1. include(RunCMake)
  2. run_cmake(NoQt)
  3. if (with_qt5)
  4. run_cmake(QtInFunction)
  5. run_cmake(QtInFunctionNested)
  6. run_cmake(QtInFunctionProperty)
  7. run_cmake(CMP0111-imported-target-full)
  8. run_cmake(CMP0111-imported-target-libname)
  9. run_cmake(CMP0111-imported-target-implib-only)
  10. endif ()