Add CMake example

This commit is contained in:
Jörn-Michael Miehe
2019-08-15 16:52:52 +02:00
parent 12f8d239f8
commit 1f8a5265f6
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
int double_input(int input) {
return input * 2;
}