diff --git a/CMakeLists.txt b/CMakeLists.txt index 83ac3d5..f608b46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ elseif(APPLE) endif() add_executable(${PROJECT_NAME} - src/hello.cpp + src/main.cpp src/io.cpp src/icosphere.cpp src/gfx.cpp diff --git a/src/hello.cpp b/src/main.cpp similarity index 100% rename from src/hello.cpp rename to src/main.cpp