mirror of https://github.com/tp4a/teleport
pull/105/head
parent
e848c6ccbd
commit
06448a6003
|
@ -64,6 +64,7 @@ __pycache__
|
|||
/server/share/db
|
||||
/server/share/log
|
||||
/server/share/replay
|
||||
/server/testssh
|
||||
|
||||
|
||||
# for generated files.
|
||||
|
|
|
@ -23,6 +23,7 @@ ENDIF (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|||
|
||||
add_subdirectory(tp_core/core)
|
||||
add_subdirectory(tp_core/protocol/ssh)
|
||||
#add_subdirectory(testssh/testssh)
|
||||
|
||||
IF (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/tp_core/protocol/rdp")
|
||||
add_subdirectory(tp_core/protocol/rdp)
|
||||
|
|
Loading…
Reference in New Issue