Now that cmake is set up, you shouln't need to run cmake .. anymore. When you change your source code, just running make is sufficient to recompile. When you add source files you'll need to also add ...
Basic cmake package example providing 2 cmake projects. demolib produces a cmake package. Can be build and installed with single- and multi-config generatos. demoapp consumes demolib via find_package.