diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-07-04 22:02:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2022-07-04 22:02:55 +0000 |
commit | a2d991a54f77017ced1558d289bcb83d73fe2a35 (patch) | |
tree | 5e195241ea9b6ae4198ad72433409dfa6f00064d /hvac/CMakeLists.txt | |
parent | fc9399e54dfd05a4307f954549ae58afbf57fb5e (diff) | |
parent | b2cb90d9f5e3e87e963e42f4320edcfad8391f50 (diff) |
Merge "Reimplement HVAC API with VIS signals"needlefish_13.93.0needlefish/13.93.013.93.0
Diffstat (limited to 'hvac/CMakeLists.txt')
-rw-r--r-- | hvac/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hvac/CMakeLists.txt b/hvac/CMakeLists.txt index dd0ceea..ba62be7 100644 --- a/hvac/CMakeLists.txt +++ b/hvac/CMakeLists.txt @@ -8,7 +8,7 @@ add_library(qtappfw-hvac SHARED hvac.cpp) target_include_directories(qtappfw-hvac PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}") target_include_directories(qtappfw-hvac PUBLIC "${CMAKE_INSTALL_INCLUDEDIR}") -target_link_libraries(qtappfw-hvac Qt5::Core) +target_link_libraries(qtappfw-hvac Qt5::Core qtappfw-vehicle-signals) set_target_properties(qtappfw-hvac PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION 1 |