Search found 1 match
- 2019-08-09T00:21:04-07:00
- Forum: Users
- Topic: Putting all of imagemagick source files in one big VS projec
- Replies: 0
- Views: 122966
Putting all of imagemagick source files in one big VS projec
Hi, To not have a whole list of 10 different project added to my solution when I want to use imagemagick, I'm trying to make a project that has all the imagemagick files so that I can link statically with that one library and have only 1 project for the whole of imagemagick. But I can't get my ...