[DEV] remove agg and add cxx

- agg is no more needed by esvg
- cxx is the LLVM generic c++ lib (BSD-like)remove GPL-v3 dependency of the std-c++ lib
This commit is contained in:
Edouard DUPIN 2016-01-08 10:28:39 +01:00
parent a7e7ab80c8
commit deecce39b9

View File

@ -23,12 +23,12 @@
<!-- generic library -->
<project name="generic-library/freetype-lutin" path="generic-library/freetype-lutin"/>
<project name="generic-library/z-lutin" path="generic-library/z-lutin"/>
<project name="atria-soft/libagg" path="generic-library/libagg"/>
<project name="generic-library/gtest-lutin" path="generic-library/gtest-lutin"/>
<project name="generic-library/glew-lutin" path="generic-library/glew-lutin"/>
<project name="generic-library/bullet-physics-lutin" path="generic-library/bullet-physics-lutin"/>
<project name="generic-library/png-lutin" path="generic-library/png-lutin"/>
<project name="generic-library/edtaa3-lutin" path="generic-library/edtaa3-lutin"/>
<project name="generic-library/cxx-lutin" path="generic-library/cxx-lutin"/>
<!-- tools -->
<project name="generic-library/ios-deploy" path="tools/ios-deploy"/>