build tut framework on ubuntu
download http://mrzechonek.github.io/tut-framework/
python2 waf configure
sudo python2 waf install
done!
using in cmake
find_package(PkgConfig REQUIRED)
pkg_search_module(tut REQUIRED tut)
原创
2019-05-07 02:33:51 ·
136 阅读 ·
0 评论