example for using clang and ninja

This commit is contained in:
ttroy50
2016-02-14 11:24:59 +00:00
parent 9c07934ba7
commit 5ad50c1ffa
10 changed files with 356 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "Hello CMake!" << std::endl;
return 0;
}