diff options
| author | ruki <[email protected]> | 2021-12-17 00:53:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-12-17 00:53:13 +0800 |
| commit | 1bb127c6ddb9ca7928f827f04160dde828e54925 (patch) | |
| tree | 89eba30db8ec8dd415c8616b7823da720958776c /tests/projects/package/cmake/src/main.cpp | |
| parent | 8512b8200ac982c4075c4707c3b2971c73159c9f (diff) | |
improve cmake find_pacakge
Diffstat (limited to 'tests/projects/package/cmake/src/main.cpp')
| -rw-r--r-- | tests/projects/package/cmake/src/main.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/projects/package/cmake/src/main.cpp b/tests/projects/package/cmake/src/main.cpp new file mode 100644 index 000000000..7c435d251 --- /dev/null +++ b/tests/projects/package/cmake/src/main.cpp @@ -0,0 +1,9 @@ +#include <iostream> + +using namespace std; + +int main(int argc, char** argv) +{ + cout << "hello world!" << endl; + return 0; +} |
