Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
Autogen
/
RunCMakeTest.cmake
blob: a31b67cd7d42168e700e6374267793b1e5aa08cd [
file
] [
log
] [
blame
]
include
(
RunCMake
)
run_cmake
(
NoQt
)
if
(
with_qt5
)
run_cmake
(
QtInFunction
)
run_cmake
(
QtInFunctionNested
)
run_cmake
(
QtInFunctionProperty
)
endif
()