diff options
Diffstat (limited to 'src/vat')
-rw-r--r-- | src/vat/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vat/CMakeLists.txt b/src/vat/CMakeLists.txt index ee53386f114..66ea69b8da4 100644 --- a/src/vat/CMakeLists.txt +++ b/src/vat/CMakeLists.txt @@ -58,7 +58,7 @@ add_vpp_executable(vpp_json_test ENABLE_EXPORTS NO_INSTALL ############################################################################## install( FILES vat.h json_format.h - DESTINATION include/vat + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/vat COMPONENT vpp-dev ) |