CMake with Cinder 0.9.3 on Windows platform

I am curious if there have been any updates for supporting CMake on version 0.9.3 on Windows? I would love to use Clion but all the working ones have either been used on a Mac or an older version… Have any of you gotten CMake to work with this version on Windows, even with a different IDE?

I used cmake -G"Visual Studio 15 2017 Win64" and it worked just fine… I’ve also seen premake being used…

I’m new to CMake files and have been letting CLion do most of the hard work. How are you implementing this in your projects?