Files
Alexis Engelke f85e89fa5a examples: Replace with more deterministic use
Previously, the code was strongly dependent on compiler and host
architecture (and the deprecated transformations).

Show the current PIC and non-PIC use of Rellume on a simple,
deterministic x86-64 example.
2022-01-14 13:00:31 +01:00

3 lines
158 B
Meson

executable('simple-x86-64', files('simple-x86-64.c'), dependencies: [librellume])
executable('pic-x86-64', files('pic-x86-64.c'), dependencies: [librellume])