Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake-build-debug/
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)
Empty file.
Empty file.
Empty file.
Empty file.
Loading