This commit is contained in:
jadebenn
2024-03-07 22:52:11 -06:00
parent 642c86a449
commit ac6c68ecff
15 changed files with 22 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
add_executable(AuthServer "AuthServer.cpp")
target_link_libraries(AuthServer ${COMMON_LIBRARIES} dServer)
target_link_libraries(AuthServer PRIVATE ${COMMON_LIBRARIES} dServer)
target_include_directories(AuthServer PRIVATE ${PROJECT_SOURCE_DIR}/dServer)