프로그래밍 언어/Cmake

Conan 패키지 매니저: 시작하기

규봉봉이 2023. 9. 21. 19:10

conan config home

cat ${conan config home}/profiles/default

[settings] <-- os, arch, compiler, build 와 관련된 정보

[settings]와 [options]의 차이
debug 와 release는 settings에서 설정
반면, static으로 할지 shared으로 할지는 options에서 설정
[settings]는 클라이언트 머신의 전반적인 설정에 적용


cd $(ls)
cd $(conan config home)