Cmake and DAZ Studio SDK
Esemwy
Posts: 578
Does anybody have a CMakeLists.txt that they'd be willing to share? Perhaps one that's capable of building one of the sample plugins? I've been searching all over to find the information I need to compile a plugin using cmake, but I'm obviously missing something (or several things).
Thanks.
Comments
maybe this can help you. If you have downloaded the SDK you have a Visual Studio project convert it with this tool
http://sourceforge.net/projects/vcproj2cmake/
Hmmm.... I'll give it a shot. I'd been starting with OSX, it being the more Unix like, but if that will get me there, I'll call it a win.
Thanks.
Seems that it just wraps the projects instead of converting them. I'd really rather avoid using an IDE alltogether.