0025114: CMake-based build tools for OCCT 7.0
[occt.git] / adm / cmake / freeimageplus.cmake
1 #freeimageplus
2
3 if (WIN32)
4   if (3RDPARTY_FREEIMAGE_DIR AND NOT 3RDPARTY_FREEIMAGEPLUS_DIR)
5     set (3RDPARTY_FREEIMAGEPLUS_DIR "${3RDPARTY_FREEIMAGE_DIR}" CACHE PATH "The directory containing freeimageplus" FORCE)
6   endif()
7
8   THIRDPARTY_PRODUCT("FREEIMAGEPLUS" "FreeImagePlus.h" "freeimageplus" "freeimageplusd")
9 endif()