chore: name main script
This commit is contained in:
parent
80ddb7dd82
commit
37025fbb09
|
@ -25,7 +25,7 @@ elseif(APPLE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME}
|
add_executable(${PROJECT_NAME}
|
||||||
src/hello.cpp
|
src/main.cpp
|
||||||
src/io.cpp
|
src/io.cpp
|
||||||
src/icosphere.cpp
|
src/icosphere.cpp
|
||||||
src/gfx.cpp
|
src/gfx.cpp
|
||||||
|
|
Loading…
Reference in New Issue