summaryrefslogtreecommitdiffstats
path: root/navigation/CMakeLists.txt
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-14 17:09:13 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-11-14 17:09:13 +0000
commitdaecb6694b920295b0d942e70eec53ed96d43c4e (patch)
tree7d159c92b881f4100ecc00b1e59e3b757cb29efe /navigation/CMakeLists.txt
parentea825202af319188c9b9acbd8330eb65fa230f7b (diff)
parent00fa3eefa5f961ac60d9ae6bc6d732cccbce76db (diff)
Merge "libqtappfw: add initial navigation support" into halibut
Diffstat (limited to 'navigation/CMakeLists.txt')
-rw-r--r--navigation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/navigation/CMakeLists.txt b/navigation/CMakeLists.txt
new file mode 100644
index 0000000..9bea511
--- /dev/null
+++ b/navigation/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_headers(navigation.h navigationmessage.h)
+add_sources(navigation.cpp navigationmessage.cpp)