Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ project(ploio_ssh_module_)
set(CMAKE_CXX_STANDARD 17)

add_executable(ploio_ssh_module_ main.cpp
pch.h)
pch.h
hdr.h)
Loading