up
This commit is contained in:
2
profiles/base_profiles/base.jinja
Normal file
2
profiles/base_profiles/base.jinja
Normal file
@@ -0,0 +1,2 @@
|
||||
include(default)
|
||||
|
||||
13
profiles/base_profiles/linux_base
Normal file
13
profiles/base_profiles/linux_base
Normal file
@@ -0,0 +1,13 @@
|
||||
include(base.jinja)
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=12
|
||||
target_abi=x86_64-linux-gnu
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
[options]
|
||||
[tool_requires]
|
||||
[buildenv]
|
||||
CONAN_V2_MODE=true
|
||||
Reference in New Issue
Block a user