Skip to content

Instantly share code, notes, and snippets.

@madduci
Created December 16, 2014 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madduci/bbe77ee9c753a18d4027 to your computer and use it in GitHub Desktop.
Save madduci/bbe77ee9c753a18d4027 to your computer and use it in GitHub Desktop.
Modern C++ - Applications/CMakeLists.txt
message( STATUS "-------------------------------------------------------------------------------" )
message( STATUS "Software configuration")
message( STATUS "-------------------------------------------------------------------------------" )
add_subdirectory(DemoApp1)
add_subdirectory(DemoApp2)
add_subdirectory(DemoApp3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment