cmake_template Main project : cmake_template Sub project : a , b , c git clone https://github.com/ZhishengZeng/cmake_template.git cd cmake_template && mkdir build && cd build && cmake .. && make ./src/a/main_a ./src/b/main_b ./src/c/main_c ./printABC