aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-03 10:54:07 +0000
committerFuwn <[email protected]>2022-02-03 10:54:07 +0000
commit599d6722a30833354179467c2913af3e1a2a6cc9 (patch)
treec2cd8e7451405688c26c7dc91c4125ec2d5763af /CMakeLists.txt
downloadviv-599d6722a30833354179467c2913af3e1a2a6cc9.tar.xz
viv-599d6722a30833354179467c2913af3e1a2a6cc9.zip
feat(viv): push testing source
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..ada4a13
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.13.4)
+project(viv C)
+
+add_subdirectory(${PROJECT_NAME}) \ No newline at end of file