Mastering CMake

Ok, I was silent here for a long time. Lot's of things have changed, huge pile of new things learned. Let's continue.

During last few weeks I'm learning the CMake. Bought the "Mastering CMake" book (which is not as good as I have expected), read it, experimented a little.

Now I have two things to share about this system which are not covered by official docs and I haven't found them with google (at least in the clear Q&A form).

First: How to make generated Visual Studio solutions to have "Character set" to be set as "Use Unicode Character Set" so it would be the same as default newly created VS project.

Second: How to establish smooth and correct TDD workflow with CMake. Specifically, how to make it running tests properly as a part of each build.

I'm writing the articles about it. Stay tuned!