mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-19 04:34:36 +03:00
example for using clang and ninja
This commit is contained in:
7
01-basic/J-building-with-ninja/main.cpp
Normal file
7
01-basic/J-building-with-ninja/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
std::cout << "Hello CMake!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user