aboutsummaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-07-03 05:30:56 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-03-30 08:20:20 +0200
commit09301065ac8a7d4dbbad3d5245e99d098f48cc44 (patch)
treeac2fdf815e7ef95248ffce77d5c217b5f7cb6553 /tools/CMakeLists.txt
parent6b9f686913efc3725b2690033cd4f398e07076ba (diff)
downloadjancity-09301065ac8a7d4dbbad3d5245e99d098f48cc44.tar.gz
Add tools
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..946eed7
--- /dev/null
+++ b/tools/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.0)
+project(utils)
+add_executable(container "container.c")
+target_compile_options(container PUBLIC -g3)