Cmake and DAZ Studio SDK

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

  • jag11jag11 Posts: 885

    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/

  • EsemwyEsemwy Posts: 577
    jag11 said:

    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. 

  • EsemwyEsemwy Posts: 577
    Esemwy said:
    jag11 said:

    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. 

Sign In or Register to comment.