mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
9 lines
150 B
CMake
9 lines
150 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NoQt)
|
|
if (with_qt5)
|
|
run_cmake(QtInFunction)
|
|
run_cmake(QtInFunctionNested)
|
|
run_cmake(QtInFunctionProperty)
|
|
endif ()
|