test
This commit is contained in:
parent
7def5d3526
commit
af146615e8
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal 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)
|
Reference in New Issue
Block a user