make a simple c++ project
This commit is contained in:
parent
2757bd090c
commit
2d15d63dcb
8 changed files with 80 additions and 30 deletions
5
native/meson.build
Normal file
5
native/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
executable(
|
||||
'license-tool',
|
||||
'main.cpp',
|
||||
install: true,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue