about summary refs log tree commit diff
path: root/pkgs/by-name/he/hello-cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/he/hello-cpp/src/CMakeLists.txt')
-rw-r--r--pkgs/by-name/he/hello-cpp/src/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/by-name/he/hello-cpp/src/CMakeLists.txt b/pkgs/by-name/he/hello-cpp/src/CMakeLists.txt
new file mode 100644
index 0000000000000..b7bddfdefd0ab
--- /dev/null
+++ b/pkgs/by-name/he/hello-cpp/src/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 3.10)
+project(hello-cpp)
+
+add_executable(hello-cpp main.cpp)
+
+install(TARGETS hello-cpp)