Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. add_definitions( -DMAGICKCORE_QUANTUM_DEPTH=16 )
  2. add_definitions( -DMAGICKCORE_HDRI_ENABLE=1 )
  3. find_package(ImageMagick 7 COMPONENTS Magick++ REQUIRED)
  4.  
  5. message("${ImageMagick_LIBRARIES}")
  6. message("${ImageMagick_INCLUDE_DIRS}")
  7. message("${ImageMagick_VERSION_STRING}")
  8.  
  9.  
  10.  
  11.  
  12. -- Found SFML 2.5.1 in /home/quinor/kody/tspart/deps/lib/cmake/SFML
  13. -- Found TGUI 0.8.3 in /home/quinor/kody/tspart/deps/lib/cmake/TGUI
  14. /usr/lib/libMagick++-6.Q16HDRI.so
  15. /usr/include/ImageMagick-7
  16. 7.0.8-26
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement