fix cmake

This commit is contained in:
CocoSimone
2022-05-03 11:19:04 +02:00
parent c73e15971a
commit 1a4cfc70f5
10 changed files with 36 additions and 9 deletions

View File

@@ -1,8 +1,7 @@
#include <Frontend.hpp>
using namespace natsukashii::frontend;
int main() {
App app;
natsukashii::frontend::App app;
app.Run();
return 0;
}