commit | 612dd6a955e44d2c0fed1801fb8de585ca695c63 | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Mon Jul 30 12:45:07 2018 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Fri Aug 17 22:14:39 2018 +0000 |
tree | a49c3004a7122077a884dce483daebc280199761 | |
parent | 5d82d2f1495e189c4687a6462850cbbb3ea38b17 [diff] [blame] |
CMake as an alternative to autotools (experimental) Change-Id: Ibc59323e849810531dd0963e85493efad3b86857 Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/build-data/platforms/vpp.mk b/build-data/platforms/vpp.mk index 0687946..8da8c5e 100644 --- a/build-data/platforms/vpp.mk +++ b/build-data/platforms/vpp.mk
@@ -23,6 +23,9 @@ 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