Files
pip/utils/remote_console/CMakeLists.txt
Ivan Pelipenko 42925122cb version 1.22.0
source tree changed
detached PIConsole and PIScreen* in "pip_console" library
2020-06-28 00:18:24 +03:00

7 lines
259 B
CMake
Executable File

message(STATUS "Building pip_remote_console")
add_executable(pip_remote_console "main.cpp")
target_link_libraries(pip_remote_console pip pip_console)
if (DEFINED LIB)
install(TARGETS pip_remote_console DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
endif ()