mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
00389c50ea
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
8 lines
118 B
CMake
8 lines
118 B
CMake
set(HEADERS md5.h)
|
|
set(CPPS
|
|
md5.cpp)
|
|
|
|
set(PLATFORMCPPS)
|
|
|
|
add_library(md5 STATIC ${HEADERS} ${CPPS} ${PLATFORMCPPS})
|