Thread: CMake
View Single Post
Old 09-17-2017, 11:09 PM   #36
l0calh05t
Human being with feelings
 
l0calh05t's Avatar
 
Join Date: Nov 2008
Location: Darmstadt, Germany
Posts: 673
Default

Quote:
Originally Posted by olilarkin View Post
awesome! thanks. I need to update for the latest VST 3 SDK, which actually uses Cmake.

I can't remember exactly what state this is in, but this branch should be merging soon:

switching to c++ 11, visual studio 2017 and xcode 8

https://github.com/olilarkin/wdl-ol/tree/vs2017
Yes, I saw that. However it does a couple of bad things like overriding the compiler flags set by the user (which you should never do for flags that can cause incompatibility like /MD vs /MT). And it doesn't have any option not to build all the tools and example plugins etc.
__________________
Raw data for raw nerves | 1.05946309...
My Blog | My free VST plugins | WDL-OL CMake fork
l0calh05t is offline   Reply With Quote