1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__sshdetect/CMakeLists.txt

8 lines
154 B
CMake
Raw Normal View History

2020-05-06 16:07:59 +02:00
cmake_minimum_required(VERSION 3.0)
project(sshdetect LANGUAGES C)
add_executable(sshdetect main.c)
install(TARGETS sshdetect RUNTIME DESTINATION bin)