You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
include(default) |
|
|
|
[settings] |
|
compiler.cppstd=17 |
|
curaengine*:compiler.cppstd=20 |
|
curaengine_plugin_infill_generate*:compiler.cppstd=20 |
|
curaengine_plugin_gradual_flow*:compiler.cppstd=20 |
|
curaengine_grpc_definitions*:compiler.cppstd=20 |
|
scripta*:compiler.cppstd=20 |
|
umspatial*:compiler.cppstd=20 |
|
dulcificum*:compiler.cppstd=20 |
|
cura_settings*:compiler.cppstd=20 |
|
{% if platform.system() == 'msys' %} |
|
tools.env.virtualenv:powershell=True |
|
{% endif %} |
|
|
|
[options] |
|
asio-grpc/*:local_allocator=recycling_allocator |
|
grpc/*:csharp_plugin=False |
|
grpc/*:node_plugin=False |
|
grpc/*:objective_c_plugin=False |
|
grpc/*:php_plugin=False |
|
grpc/*:ruby_plugin=False |
|
grpc/*:python_plugin=False |
|
boost/*:header_only=True |
|
{% if platform.system() == 'Linux' %} |
|
openssl/*:shared=True |
|
{% endif %} |
|
pyarcus/*:shared=True |
|
pysavitar/*:shared=True |
|
pynest2d/*:shared=True |
|
cpython/*:shared=True |
|
cpython/*:with_tkinter=False |
|
cpython/*:with_curses=False |
|
{% if platform.system() == 'Windows' %} |
|
dulcificum/*:shared=False |
|
{% else %} |
|
dulcificum/*:shared=True |
|
{% endif %} |
|
clipper/*:shared=True
|
|
|