mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 18:58:21 +00:00
CMake cleanup (#5082)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
|
||||
set(import_sources
|
||||
main.cpp
|
||||
)
|
||||
@@ -12,7 +10,6 @@ add_executable(import_client_files ${import_sources} ${import_headers})
|
||||
install(TARGETS import_client_files RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
target_link_libraries(import_client_files common)
|
||||
target_include_directories(import_client_files PRIVATE ../..)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
set_property(TARGET import_client_files PROPERTY FOLDER executables/tools)
|
||||
|
||||
Reference in New Issue
Block a user