5 lines
236 B
TOML
5 lines
236 B
TOML
|
|
# Smoke test for cfg.defines propagation. main.cpp consumes CRAFTER_TEST_FOO
|
||
|
|
# both at compile time (static_assert) and at runtime; if the define doesn't
|
||
|
|
# reach the compile, the test won't even build.
|
||
|
|
[defines]
|
||
|
|
CRAFTER_TEST_FOO = "42"
|