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
commit24f1366b515f7119ba5cddf2c93de7d4b60baa62 (patch)
treeb9134298db0289aa605dd202f21076ba41b03f3d /tools/CMakeLists.txt
parent8c10334252821b6310cf744218f7ad8bed7917f2 (diff)
downloadrts-24f1366b515f7119ba5cddf2c93de7d4b60baa62.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)