chore: move files to src dir

This commit is contained in:
ktyl 2023-07-27 23:29:50 +01:00 committed by Cat Flynn
parent 6f5a70981d
commit 5d80d4a033
4 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ elseif(APPLE)
message(FATAL_ERROR "macOS is not supported yet.")
endif()
add_executable(${PROJECT_NAME} hello.cpp io.cpp)
add_executable(${PROJECT_NAME} src/hello.cpp src/io.cpp)
if(WIN32)
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD

View File

View File