diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-14 17:09:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-11-14 17:09:13 +0000 |
commit | daecb6694b920295b0d942e70eec53ed96d43c4e (patch) | |
tree | 7d159c92b881f4100ecc00b1e59e3b757cb29efe /navigation/CMakeLists.txt | |
parent | ea825202af319188c9b9acbd8330eb65fa230f7b (diff) | |
parent | 00fa3eefa5f961ac60d9ae6bc6d732cccbce76db (diff) |
Merge "libqtappfw: add initial navigation support" into halibut
Diffstat (limited to 'navigation/CMakeLists.txt')
-rw-r--r-- | navigation/CMakeLists.txt | 2 |
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) |