add fixes for other servers

This commit is contained in:
KimLS
2025-12-07 18:28:46 -08:00
parent 32e04ea74c
commit 1f37254f1a
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ add_executable(eqlaunch ${eqlaunch_sources} ${eqlaunch_headers})
install(TARGETS eqlaunch RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
target_link_libraries(eqlaunch ${SERVER_LIBS})
target_link_libraries(eqlaunch common)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)