summaryrefslogtreecommitdiff
path: root/stacks/tncs/CMakeLists.txt
blob: 3bc43ce226f754746c09bf1ceca3430dd93f2180 (plain)
1
2
3
4
5
6
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