github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/examples/cmake/CMakeLists.txt (about)

     1  cmake_minimum_required(VERSION 3.5)
     2  
     3  project (hello_cmake)
     4  
     5  add_executable(hello_cmake main.cc)