Skip to content

felixf4xu/magickpp-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magick++ CMake

Add cmake compile/install to Magick++ project.

Usage

  1. Download original Magick++ source code from http://www.graphicsmagick.org/. Magick++ source code is part of the whole graphicsmagick source.

  2. Download this repo to a folder named Magick++

  3. Overwrite (merge) this Magick++ folder to the sub folder of Magick++ in graphicsmagick source.

  4. run cmake commands in the sub folder of Magick++

Result

  1. cmake compiling of Magick++ as a dll project.

  2. cmake install into system

  3. Use the this project by other cmake project

find_package(Magick++ REQUIRED)
target_link_libraries(dexe Magick++::Magick++)

About

Magick++ cmake build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published