15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
compiler=gcc
|
|
compiler.version=15
|
|
compiler.libcxx=libstdc++11
|
|
compiler.cppstd=23
|
|
build_type=Release
|
|
|
|
[conf]
|
|
tools.build:compiler_executables={"c": "gcc", "cpp": "g++"}
|
|
tools.cmake.cmaketoolchain:generator=Ninja
|
|
tools.cmake.cmake_layout:build_folder=.
|
|
tools.cmake.cmake_layout:build_folder_vars=[]
|