remove remote_console

This commit is contained in:
2020-07-30 00:20:19 +03:00
parent 4de3a052f1
commit 48692a4724
12 changed files with 103 additions and 136 deletions

View File

@@ -1,4 +1,5 @@
message(STATUS "Building pisd")
list(APPEND PIP_UTILS_LIST "pisd")
set(PIP_UTILS_LIST ${PIP_UTILS_LIST} PARENT_SCOPE)
file(GLOB CPPS "*.cpp")
file(GLOB HDRS "*.h")
add_executable(pisd ${CPPS} ${HDRS})