Thread: CMake
View Single Post
Old 10-07-2017, 12:44 AM   #45
l0calh05t
Human being with feelings
 
l0calh05t's Avatar
 
Join Date: Nov 2008
Location: Darmstadt, Germany
Posts: 673
Default

Quote:
Originally Posted by Youlean View Post
I will have to check that cmake projects but if this simplifies cairo compiling I am all in.
I doubt it, as cairo doesn't offer a CMake build itself. But you could have a look into https://github.com/CMakePorts/cairo

Quote:
Originally Posted by olilarkin View Post
I'm currently in the process of a major rework of the WDLOL project structure. Separating Iplug from WDL and making lice optional. I don't like to do massive changes like this too often. It means everyone will have to reduplicate iplugeffect

https://github.com/olilarkin/wdl-ol/tree/vs2017

localhost would you mind having a look at what I'm doing and suggest how I can Include cmake so that the template project has a set up ready to use with continuous integration? I am completely clueless about cmake. If there is anything about what I'm doing that is incompatible with cmake, then it will be great to know now so that I don't have to change the project structure again

Thanks!
I'll try to look into it this weekend or some time next week. If you have a look at my fork, the CMakeLists.txt for the individual plugins are very simple, so duplication is almost unnecessary: https://github.com/l0calh05t/wdl-ol/...CMakeLists.txt (the custom command is defined in the IPlug CMakeLists.txt: https://github.com/l0calh05t/wdl-ol/...CMakeLists.txt)

Some of the files that are very similar, like the resource files could also be solved using configure_file.
__________________
Raw data for raw nerves | 1.05946309...
My Blog | My free VST plugins | WDL-OL CMake fork
l0calh05t is offline   Reply With Quote