File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,22 @@ cmake --build build-msvc --config Release
3333# --config Release : 릴리즈로 빌드
3434```
3535
36+ - ` C:\Users\<user>\.conan2\profiles\ ` ** ` msvc_release ` **
37+ ```
38+ [settings]
39+ os=Windows
40+ arch=x86_64
41+ build_type=Release
42+ compiler=msvc
43+ compiler.version=194
44+ compiler.runtime=dynamic
45+ compiler.runtime_type=Release
46+ compiler.cppstd=17
47+
48+ [conf]
49+ tools.cmake.cmaketoolchain:generator=Ninja
50+ ```
51+
3652<br />
3753
3854---
@@ -59,6 +75,20 @@ cmake -S . \
5975cmake --build build-linux-gcc --config Release
6076```
6177
78+ - ` /home/<user>/.conan2/profiles/ ` ** ` linux_gcc_release ` **
79+ ```
80+ [settings]
81+ os=Linux
82+ arch=x86_64
83+ compiler=gcc
84+ compiler.version=8
85+ compiler.libcxx=libstdc++11
86+ build_type=Release
87+
88+ [conf]
89+ tools.cmake.cmaketoolchain:generator=Ninja
90+ ```
91+
6292
6393
6494
You can’t perform that action at this time.
0 commit comments