mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Moved some around, more renames
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
SET(pfslist_sources
|
||||
Source/main.cpp
|
||||
)
|
||||
|
||||
SET(pfslist_headers
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(Include
|
||||
../Common/Include
|
||||
)
|
||||
|
||||
ADD_EXECUTABLE(PFSList ${pfslist_sources} ${pfslist_headers})
|
||||
|
||||
TARGET_LINK_LIBRARIES(PFSList Common ${ZLIB_LIBRARY} "Ws2_32.lib")
|
||||
|
||||
IF(MSVC)
|
||||
ADD_DEFINITIONS(/D _CONSOLE)
|
||||
SET_TARGET_PROPERTIES(PFSList PROPERTIES LINK_FLAGS_RELEASE "/OPT:REF /OPT:ICF")
|
||||
ENDIF(MSVC)
|
||||
|
||||
SET(EXECUTABLE_OUTPUT_PATH ../Build/PFSList)
|
||||
Reference in New Issue
Block a user