mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
16a6866885
Use C++ chrono and thread for crossplatform sleep function.
13 lines
171 B
CMake
13 lines
171 B
CMake
set(HEADERS)
|
|
|
|
set(CPPS
|
|
CFtp.cpp
|
|
Chttpget.cpp
|
|
inetgetfile.cpp)
|
|
|
|
add_library(inetfile STATIC ${HEADERS} ${CPPS})
|
|
target_link_libraries(inetfile PRIVATE
|
|
ddio
|
|
mem
|
|
)
|