Add basic project hierarchy and build config
This commit is contained in:
2
editor/CMakeLists.txt
Normal file
2
editor/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Copyright (c) 2025, Jayden Grubb <contact@jaydengrubb.com>
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
0
editor/include/nova/editor/.gitkeep
Normal file
0
editor/include/nova/editor/.gitkeep
Normal file
7
editor/src/main.cpp
Normal file
7
editor/src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <cstdlib>
|
||||
#include <print>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
std::print("Hello, World!\n");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user