mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
b54d22614d
They were not used, and a better alternative is now lib/byteswap.h
10 lines
134 B
CMake
10 lines
134 B
CMake
set(HEADERS)
|
|
set(CPPS
|
|
error.cpp
|
|
logfile.cpp
|
|
psglob.cpp
|
|
psrand.cpp
|
|
pstring.cpp)
|
|
|
|
add_library(misc STATIC ${HEADERS} ${CPPS})
|