mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 08:39:04 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
target_sources(threeSD PRIVATE
|
||||
frontend/main.cpp
|
||||
)
|
||||
@@ -0,0 +1,14 @@
|
||||
// Dummy
|
||||
|
||||
#include <iostream>
|
||||
#include "common/logging/log.h"
|
||||
|
||||
int main() {
|
||||
|
||||
LOG_ERROR(Frontend, "test");
|
||||
_sleep(1000);
|
||||
LOG_WARNING(Frontend, "test2");
|
||||
system("pause");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user