RunCMakeTest.cmake 150 B

12345678
  1. include(RunCMake)
  2. run_cmake(NoQt)
  3. if (with_qt5)
  4. run_cmake(QtInFunction)
  5. run_cmake(QtInFunctionNested)
  6. run_cmake(QtInFunctionProperty)
  7. endif ()