Created
February 22, 2020 00:30
-
-
Save denizzzka/905d5c67267e85c949e9194c479e6f50 to your computer and use it in GitHub Desktop.
meson bug?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project( | |
| 'test project', | |
| ['c'], | |
| version: 'v0.0.1', | |
| ) | |
| e = executable( | |
| 'some prog', | |
| [ | |
| 'source/app.c', | |
| 'another_source/somesrc.c', | |
| ], | |
| ) | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
generates: