initial commit
This commit is contained in:
7
bin/main.cpp
Normal file
7
bin/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "engine/engine.hpp"
|
||||
|
||||
auto main(int argc, char* args[]) -> int
|
||||
{
|
||||
decltype(auto) app = tr::core::create_app();
|
||||
app.run();
|
||||
}
|
||||
6
bin/meson.build
Normal file
6
bin/meson.build
Normal file
@@ -0,0 +1,6 @@
|
||||
executable(
|
||||
'rrr.v2',
|
||||
'main.cpp',
|
||||
dependencies : deps,
|
||||
cpp_args: args
|
||||
)
|
||||
Reference in New Issue
Block a user