|
|
@ -52,9 +52,8 @@ if(WIN32) |
|
|
|
find_package(Freetype) |
|
|
|
find_package(Freetype) |
|
|
|
endif(WIN32) |
|
|
|
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... |
|
|
|
find_package(Bink) #TODO: Find Bink, but don't require it if plPipeline isn't built... |
|
|
|
# Or better yet, just eliminate bink altogether |
|
|
|
# Or better yet, just eliminate bink altogether |
|
|
|
include(PrecompiledHeader) #Precompiled Header helper macros |
|
|
|
include(PrecompiledHeader) #Precompiled Header helper macros |
|
|
|
|
|
|
|
|
|
|
|
# libCurl isn't smart enough to detect this for us, so we have to configure it ourselves |
|
|
|
# libCurl isn't smart enough to detect this for us, so we have to configure it ourselves |
|
|
|