aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cmake
AgeCommit message (Collapse)AuthorFilesLines
2020-11-06[HICN-653] Cleanup build scripts.Mauro Sardara1-0/+10
Main changes: - Next VPP version is now counted 4 months (instead of 3) from the current one - CMake will now use Ninja as generator - Build functions are gathered under build/functions.sh and they are shared instead of being duplicated in build-extras and build-packages - Various bug fixes for dependencies and versioning. Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: I3f482d2c87847a465019dd0992ee9375c88bb412 Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-08-22[HICN-267] Fixed dependencies on hicn-apps and hicn-light packagesAlberto Compagno1-0/+10
Change-Id: If6615a0b263287b6c1660b636b5b6770da1a3b24 Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
2019-07-04[HICN-235] remove libcurlo from hicn app cmake moduleAngelo Mantellini1-10/+0
Change-Id: I1514a4528c09d3f5be658a63cdcb73d837b1ed2c Signed-off-by: Angelo Mantellini <manangel@cisco.com>
2019-04-01[HICN-154] Fix libcurl dependency for apps.Mauro Sardara1-1/+1
Change-Id: I95da1e8e27a74725e2ad1e81ed9a31d914772394 Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-03-27[HICN-149] Build packages for applications.Mauro Sardara1-2/+2
Change-Id: Ia13bc4d2711b9897c0afb9b9b43cd04667e41bac Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-03-12[HICN-109] Adding higet applicationAngelo Mantellini1-0/+28
Change-Id: If558eb5da804fde2ab331a463bf9c9c11cc471e9 Signed-off-by: Angelo Mantellini <manangel@cisco.com>