mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 09:28:21 +00:00
Moved some around, more renames
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
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})
|
||||
Reference in New Issue
Block a user