From 04d965d67a7264a1c7c211494aebda1953df7603 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:25:13 +0000 Subject: Initial push --- stacks/tncs/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stacks/tncs/CMakeLists.txt (limited to 'stacks/tncs/CMakeLists.txt') 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}") -- cgit v1.3.1