create static files folder

This commit is contained in:
Антон 2024-03-22 17:21:12 +03:00
parent 24c12cd803
commit e2db2cf847
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
configure_file(config.json ${CMAKE_BUILD_RPATH} config.json COPYONLY)
file(COPY public DESTINATION ${CMAKE_BINARY_DIR})
add_executable(hello_async
main.cpp

1
public/MyFile1.txt Normal file
View File

@ -0,0 +1 @@
Это просто мой файл