Files
eqemu-server/utils/deprecated/pfs_list/Common/CMakeLists.txt
T
brainiac 11a8e46ee8
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled
CMake cleanup (#5082)
2026-05-17 15:05:46 -07:00

16 lines
267 B
CMake

SET(common_sources
Source/PFSArchive.cpp
Source/Compression.cpp
)
SET(common_headers
Include/Archive.h
Include/PFSArchive.h
Include/PFSDataStructs.h
Include/Compression.h
)
INCLUDE_DIRECTORIES(Include)
ADD_LIBRARY(Common ${common_sources} ${common_headers})