diff options
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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() |