summaryrefslogtreecommitdiff
path: root/stacks/tncs/CMakeLists.txt
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:25:13 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:25:13 +0000
commit04d965d67a7264a1c7c211494aebda1953df7603 (patch)
tree0ebd700a6e219f84a26a656f4bee8778bc75da7b /stacks/tncs/CMakeLists.txt
Initial push
Diffstat (limited to 'stacks/tncs/CMakeLists.txt')
-rw-r--r--stacks/tncs/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/stacks/tncs/CMakeLists.txt b/stacks/tncs/CMakeLists.txt
new file mode 100644
index 0000000..3bc43ce
--- /dev/null
+++ b/stacks/tncs/CMakeLists.txt
@@ -0,0 +1,7 @@
+add_executable(tnc2c-probe tnc2c-probe.c)
+target_compile_options(tnc2c-probe PRIVATE -std=c99 -Wall -Wextra -O2)
+
+add_executable(tnc2c-find tnc2c-find.c)
+target_compile_options(tnc2c-find PRIVATE -std=c99 -Wall -Wextra -O2)
+
+install(TARGETS tnc2c-probe tnc2c-find RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com