From 612dd6a955e44d2c0fed1801fb8de585ca695c63 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 30 Jul 2018 12:45:07 +0200 Subject: CMake as an alternative to autotools (experimental) Change-Id: Ibc59323e849810531dd0963e85493efad3b86857 Signed-off-by: Damjan Marion --- build-data/platforms/vpp.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build-data/platforms') diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 0687946dbb9..8da8c5eed3f 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk @@ -23,6 +23,9 @@ vpp_native_tools = vppapigen vpp_uses_dpdk = yes +# use cmake as an alternative to autotools +# vpp_uses_cmake = yes + # Uncoment to enable building unit tests # vpp_enable_tests = yes -- cgit 1.2.3-korg