23 Apr
2016
23 Apr
'16
11:13 a.m.
On 23 April 2016 at 07:34, Paul Fultz II
Currently cget doesn’t handle versions.
cppan (a tool I wrote) can handle versions. E.g.: https://cppan.org/pvt.cppan.demo.sqlite3/versions In general, cppan generates CMakeLists.txt file with information about building dependencies which is included into main CMakeLists.txt. Example of deps file (and demo project): https://github.com/cppan/demo_project/blob/master/cppan.yml https://github.com/cppan/cppan/wiki/Config-Commands#dependencies For more info about cppan see http://lists.boost.org/Archives/boost/2016/03/228419.php -- Egor Pugin