diff options
author | Andrej Kozemcak <andrej.kozemcak@pantheon.tech> | 2019-01-22 10:47:37 +0100 |
---|---|---|
committer | Andrej Kozemcak <andrej.kozemcak@pantheon.tech> | 2019-01-22 14:55:54 +0100 |
commit | 686b8b783cf546707a3ffa94c1a4c8d16a90945b (patch) | |
tree | bc50962ea2c2e41cf8091022bd861f303b8e70ca /src/plugins/CMakeLists.txt | |
parent | 2de6376e9adfa93992b8c76662e95339094c9035 (diff) |
CMake, find all VPP library, add VOM library
Change-Id: Iee4e6dc1ec8c3000f725e656750ae121cbf370ab
Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'src/plugins/CMakeLists.txt')
-rw-r--r-- | src/plugins/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index b98001b..c1546cc 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -16,6 +16,10 @@ cmake_minimum_required(VERSION 2.8) project(sysrepo-vpp-plugins) +# Cmake find modules +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../cmake") + +find_package(VPP) find_package(PkgConfig) pkg_check_modules(SYSREPO REQUIRED libsysrepo) pkg_check_modules(SCVPP REQUIRED libscvpp) |