CMakeLists: move sentry back in, add C to languages

This commit is contained in:
Lion Kortlepel
2021-08-10 10:31:43 +02:00
committed by Lion
parent 2774a73d83
commit b3a8b1a682
3 changed files with 5 additions and 6 deletions

View File

@@ -55,7 +55,6 @@ int main(int argc, char** argv) try {
bool Shutdown = false;
Application::RegisterShutdownHandler([&Shutdown] { Shutdown = true; });
TServer Server(argc, argv);
TConfig Config;