normalize includes: loginserver

This commit is contained in:
brainiac
2025-12-18 00:25:57 -08:00
committed by Alex
parent 360e01d824
commit b7fcee632e
20 changed files with 112 additions and 145 deletions
+1
View File
@@ -33,6 +33,7 @@ add_executable(loginserver ${eqlogin_sources} ${eqlogin_headers})
install(TARGETS loginserver RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(loginserver common)
target_include_directories(loginserver PRIVATE ..)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET loginserver PROPERTY FOLDER executables/servers)