I am new to CMake, i think the best way to learn it is to see how it is used in a real world project.
I know KDE uses CMake, however, my project is much small than that. On the other hand my project is bigger than mos the hello-world project in the tutorials.
simply speaking, my file structure looks like:
build # for binary
lib_external
lib_base
lib_high_level
app
app/app_test1
app/app_test2
is there any middle-size project that uses CMake in the open source community? thanks