mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
9 lines
125 B
CMake
9 lines
125 B
CMake
SET (HEADERS md5.h)
|
|
SET (CPPS
|
|
md5.cpp)
|
|
|
|
SET (PLATFORMCPPS )
|
|
|
|
|
|
ADD_LIBRARY(md5 STATIC ${HEADERS} ${CPPS} ${PLATFORMCPPS})
|