|
|
|
@ -7,7 +7,9 @@ include_directories("../../NucleusLib")
|
|
|
|
|
include_directories("../../PubUtilLib/inc") |
|
|
|
|
include_directories("../../PubUtilLib") |
|
|
|
|
|
|
|
|
|
if(Bink_SDK_AVAILABLE) |
|
|
|
|
include_directories(${Bink_INCLUDE_DIR}) |
|
|
|
|
endif() |
|
|
|
|
include_directories(${OPENAL_INCLUDE_DIR}) |
|
|
|
|
include_directories(${OPENSSL_INCLUDE_DIR}) |
|
|
|
|
include_directories(${PYTHON_INCLUDE_DIR}) |
|
|
|
@ -191,7 +193,10 @@ target_link_libraries(plClient ${PHYSX_LIBRARIES})
|
|
|
|
|
target_link_libraries(plClient ${Ogg_LIBRARIES}) |
|
|
|
|
target_link_libraries(plClient ${Vorbis_LIBRARIES}) |
|
|
|
|
target_link_libraries(plClient ${DirectX_LIBRARIES}) |
|
|
|
|
|
|
|
|
|
if(Bink_SDK_AVAILABLE) |
|
|
|
|
target_link_libraries(plClient ${Bink_LIBRARIES}) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
if (WIN32) |
|
|
|
|
target_link_libraries(plClient Rpcrt4) |
|
|
|
|