|
|
|
@ -10,13 +10,17 @@ find_package(OpenAL REQUIRED)
|
|
|
|
|
find_package(PythonLibs REQUIRED) |
|
|
|
|
find_package(EXPAT REQUIRED) |
|
|
|
|
find_package(ZLIB REQUIRED) |
|
|
|
|
find_package(PhysX REQUIRED) #TODO: Not required if we aren't building the client |
|
|
|
|
find_package(PNG REQUIRED) |
|
|
|
|
find_package(Ogg REQUIRED) #TODO: Not required if we aren't building the client |
|
|
|
|
find_package(Vorbis REQUIRED) #TODO: Not required if we aren't building the client |
|
|
|
|
find_package(Speex REQUIRED) #TODO: Not required if we aren't building the client |
|
|
|
|
find_package(DirectX REQUIRED) |
|
|
|
|
find_package(CURL REQUIRED) |
|
|
|
|
|
|
|
|
|
if(WIN32) |
|
|
|
|
find_package(PhysX REQUIRED) #TODO: Not required if we aren't building the client |
|
|
|
|
find_package(DirectX REQUIRED) |
|
|
|
|
endif(WIN32) |
|
|
|
|
|
|
|
|
|
find_package(MaxSDK) #TODO: Only find this if we are building PlasmaMax |
|
|
|
|
find_package(Bink) #TODO: Find Bink, but don't require it if plPipeline isn't built... |
|
|
|
|
# Or better yet, just eliminate bink altogether |
|
|
|
|