3 lines
83 B
CMake
3 lines
83 B
CMake
add_executable(simple-server main.c)
|
|
|
|
target_link_libraries(simple-server ssh::ssh) |