Descent3/netcon/inetfile/CMakeLists.txt

10 lines
122 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS )
SET (CPPS
CFtp.cpp
Chttpget.cpp
inetgetfile.cpp
)
ADD_LIBRARY(inetfile STATIC ${HEADERS} ${CPPS})