mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 14:48:20 +00:00
CMake cleanup (#5082)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
set(ucs_sources
|
||||
chatchannel.cpp
|
||||
clientlist.cpp
|
||||
@@ -24,7 +22,6 @@ install(TARGETS ucs RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
add_definitions(-DUCS)
|
||||
|
||||
target_link_libraries(ucs common)
|
||||
target_include_directories(ucs PRIVATE ..)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
set_property(TARGET ucs PROPERTY FOLDER executables/servers)
|
||||
|
||||
Reference in New Issue
Block a user