From 3fdd3573f716b044824e11dcd1cabb8442ffeea8 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 17 Nov 2020 12:27:36 +0100 Subject: cmake: Start of cmake port using run_pro2cmake.py and friends Some special cases are already addressed. Task-number: AUTOSUITE-1633 Change-Id: I5409522c1c5eb76b8aac3e7e332d1e1cc27e594f Reviewed-by: Robert Griebl --- examples/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/CMakeLists.txt (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..5454d68 --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,18 @@ +# Generated from examples.pro. + +qt_examples_build_begin() + +if(TARGET Qt::Gui AND TARGET Qt::IviCore) + add_subdirectory(ivicore) +endif() +if(TARGET Qt::Gui AND TARGET ivivehiclefunctions) + add_subdirectory(ivivehiclefunctions) +endif() +if(TARGET Qt::Gui AND TARGET Qt::IviMedia) + add_subdirectory(ivimedia) +endif() +if(TARGET geniviextras) + add_subdirectory(geniviextras) +endif() + +qt_examples_build_end() -- cgit v1.2.1