chore: move files to src dir
This commit is contained in:
parent
6f5a70981d
commit
5d80d4a033
|
@ -24,7 +24,7 @@ elseif(APPLE)
|
||||||
message(FATAL_ERROR "macOS is not supported yet.")
|
message(FATAL_ERROR "macOS is not supported yet.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} hello.cpp io.cpp)
|
add_executable(${PROJECT_NAME} src/hello.cpp src/io.cpp)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
|
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
|
||||||
|
|
Loading…
Reference in New Issue