2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Make sure these link against plStatusLog.

This commit is contained in:
Darryl Pogue
2012-03-04 15:22:11 -08:00
parent 0e56037444
commit 028f8bb6ae
4 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set(plClientPatcher_SOURCES
) )
add_library(plClientPatcher STATIC ${plClientPatcher_HEADERS} ${plClientPatcher_SOURCES}) add_library(plClientPatcher STATIC ${plClientPatcher_HEADERS} ${plClientPatcher_SOURCES})
target_link_libraries(plClientPatcher CoreLib plAudioCore) target_link_libraries(plClientPatcher CoreLib plAudioCore plStatusLog)
source_group("Header Files" FILES ${plClientPatcher_HEADERS}) source_group("Header Files" FILES ${plClientPatcher_HEADERS})
source_group("Source Files" FILES ${plClientPatcher_SOURCES}) source_group("Source Files" FILES ${plClientPatcher_SOURCES})

View File

@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
***/ ***/
#include "Pch.h" #include "Pch.h"
#include "plStatusLog/plStatusLog.h"
#pragma hdrstop #pragma hdrstop

View File

@ -43,6 +43,7 @@ target_link_libraries(plUruLauncher plNetClientComm)
target_link_libraries(plUruLauncher plNetGameLib) target_link_libraries(plUruLauncher plNetGameLib)
target_link_libraries(plUruLauncher plNetMessage) target_link_libraries(plUruLauncher plNetMessage)
target_link_libraries(plUruLauncher plNetTransport) target_link_libraries(plUruLauncher plNetTransport)
target_link_libraries(plUruLauncher plStatusLog)
target_link_libraries(plUruLauncher plUnifiedTime) target_link_libraries(plUruLauncher plUnifiedTime)
target_link_libraries(plUruLauncher pnAsyncCore) target_link_libraries(plUruLauncher pnAsyncCore)
target_link_libraries(plUruLauncher pnAsyncCoreExe) target_link_libraries(plUruLauncher pnAsyncCoreExe)

View File

@ -46,6 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
***/ ***/
#include "Pch.h" #include "Pch.h"
#include "plStatusLog/plStatusLog.h"
#pragma hdrstop #pragma hdrstop