Skip to content

Instantly share code, notes, and snippets.

@stevedoyle
Created February 20, 2023 20:43
Show Gist options
  • Save stevedoyle/250fed912f06558ff01b157db08fde79 to your computer and use it in GitHub Desktop.
Save stevedoyle/250fed912f06558ff01b157db08fde79 to your computer and use it in GitHub Desktop.
Example CMakeLists.txt template
project(cpp_condition)
set(CMAKE_CXX_STANDARD 17)
add_executable(cpp_condition cpp-condition.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment