Created
December 16, 2014 10:33
-
-
Save madduci/bbe77ee9c753a18d4027 to your computer and use it in GitHub Desktop.
Modern C++ - Applications/CMakeLists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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