diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-10-15 17:45:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-10-15 17:45:24 +0000 |
commit | c1de719af7bdae425f2e42dd3e0642550a8cd6b6 (patch) | |
tree | 8b57a26175df0b48abd5359a3e38907562ea1b5a /src/CMakeLists.txt | |
parent | 1c529a16578687c4309047e563c8b78dc15c15d0 (diff) | |
parent | f3013d12ea27aa5849ec8da5aed1e3eebfa1b845 (diff) |
Merge "Switch to afb-helpers library" into halibut
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6bc208f..6ca565d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -37,8 +37,7 @@ PROJECT_TARGET_ADD(vshl-capabilities) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} - afb-helpers ctl-utilities ${link_libraries}) -add_subdirectory("plugins")
\ No newline at end of file +add_subdirectory("plugins") |