mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
10 lines
122 B
CMake
10 lines
122 B
CMake
|
SET (HEADERS )
|
||
|
|
||
|
SET (CPPS
|
||
|
CFtp.cpp
|
||
|
Chttpget.cpp
|
||
|
inetgetfile.cpp
|
||
|
)
|
||
|
|
||
|
ADD_LIBRARY(inetfile STATIC ${HEADERS} ${CPPS})
|