DTux
/
dtux__sshdetect
Archived
1
0
Fork 0
This commit is contained in:
Daniel Tartavel 2020-05-08 17:51:53 +02:00
parent 2d4a45243e
commit e48701bde9
1 changed files with 7 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(sshdetect LANGUAGES C)
add_executable(sshdetect main.c)
install(TARGETS sshdetect RUNTIME DESTINATION bin)