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 ()
|