Descent3/misc/CMakeLists.txt
Oskar Strengbohm b54d22614d misc: Remove endian.cpp and lib/psendian.h
They were not used, and a better alternative is now lib/byteswap.h
2024-04-24 17:27:21 +02:00

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})