mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 10:28:23 +00:00
CMake cleanup (#5082)
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
SET(common_sources
|
||||
Source/PFSArchive.cpp
|
||||
Source/Compression.cpp
|
||||
Source/PFSArchive.cpp
|
||||
Source/Compression.cpp
|
||||
)
|
||||
|
||||
SET(common_headers
|
||||
Include/Archive.h
|
||||
Include/PFSArchive.h
|
||||
Include/PFSDataStructs.h
|
||||
Include/Compression.h
|
||||
Include/Archive.h
|
||||
Include/PFSArchive.h
|
||||
Include/PFSDataStructs.h
|
||||
Include/Compression.h
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(Include)
|
||||
|
||||
Reference in New Issue
Block a user