Skip to content

Latest commit

 

History

History
104 lines (75 loc) · 6.39 KB

File metadata and controls

104 lines (75 loc) · 6.39 KB

CMake

make -j CFLAGS="-O0 -g"
make -j12 VERBOSE=1 CXX_FLAGS="$CXX_FLAGS -g -O3 -fPIC"

find_package

pkg_check_modules pkg_search_module

pkg-config

install

uninstall

环境变量

可见性

测试

cpack