I usually work with qmake for my C and C++ projects but recently thought to learn CMake. A nice thing about qmake is that they have a variable reference here: http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html
I was searching for something similar for CMake but could not find one 🙁 . Can someone please point me to one?
Does this one fit your needs:
I recently set up a sample project for cmake. Probably it helps you to get startet: