cmake: add support for linking with DPDK shared libs
[vpp.git] / src / CMakeLists.txt
index 05ecd0b..b83d44e 100644 (file)
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 project(vpp C)
 
 include(CheckCCompilerFlag)
-include(cmake/message.cmake)
+include(cmake/misc.cmake)
 include(cmake/cpu.cmake)
 include(cmake/ccache.cmake)