version 1.22.0

source tree changed
detached PIConsole and PIScreen* in "pip_console" library
This commit is contained in:
2020-06-28 00:18:24 +03:00
parent 5de62b1c83
commit 42925122cb
231 changed files with 22981 additions and 22948 deletions

View File

@@ -1,6 +1,6 @@
message(STATUS "Building pift")
add_executable(pift "main.cpp")
target_link_libraries(pift pip)
target_link_libraries(pift pip pip_console)
if (DEFINED LIB)
install(TARGETS pift DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
else()