lnav/src/remote/CMakeLists.txt

6 lines
204 B
CMake
Raw Normal View History

add_library(remote STATIC ../config.h.in remote.ssh.cc remote.ssh.hh)
2021-04-22 16:02:24 +00:00
2021-09-27 22:59:23 +00:00
target_include_directories(remote PUBLIC . .. ../fmtlib
2024-05-11 04:01:25 +00:00
${CMAKE_CURRENT_BINARY_DIR}/..)
target_link_libraries(remote cppfmt)