Initial commit
This commit is contained in:
5
src/hello.cpp
Normal file
5
src/hello.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
/*!
|
||||
* \brief Main Entry Point
|
||||
* \return Status code
|
||||
*/
|
||||
int main() { return 0; }
|
||||
3
src/meson.build
Normal file
3
src/meson.build
Normal file
@ -0,0 +1,3 @@
|
||||
sources = ['hello.cpp']
|
||||
|
||||
executable('hello', sources, include_directories : inc, install : false)
|
||||
Reference in New Issue
Block a user