Browse Source

Make sure these link against plStatusLog.

Darryl Pogue 13 years ago
parent
commit
028f8bb6ae
  1. 2
      Sources/Plasma/Apps/plClientPatcher/CMakeLists.txt
  2. 1
      Sources/Plasma/Apps/plClientPatcher/UruPlayer.cpp
  3. 1
      Sources/Plasma/Apps/plUruLauncher/CMakeLists.txt
  4. 1
      Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp

2
Sources/Plasma/Apps/plClientPatcher/CMakeLists.txt

@ -18,7 +18,7 @@ set(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("Source Files" FILES ${plClientPatcher_SOURCES})

1
Sources/Plasma/Apps/plClientPatcher/UruPlayer.cpp

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

1
Sources/Plasma/Apps/plUruLauncher/CMakeLists.txt

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

1
Sources/Plasma/Apps/plUruLauncher/SelfPatcher.cpp

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

Loading…
Cancel
Save