diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /stacks/tncs/CMakeLists.txt | |
Initial push
Diffstat (limited to 'stacks/tncs/CMakeLists.txt')
| -rw-r--r-- | stacks/tncs/CMakeLists.txt | 7 |
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}") |
