When dealing with small projects a simple cmake with source files in a single folder may suffice. cmake_minimum_required ( VERSION 3.5 ) project ( SimpleProject CXX ) find_package ( ...