mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05: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 ()
|