mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-10 12:04:31 +01:00
CMake: add install target for ttyd
This commit is contained in:
@@ -42,4 +42,6 @@ set(LINK_LIBS util pthread ${OPENSSL_LIBRARIES} ${LIBWEBSOCKETS_LIBRARIES} ${JSO
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${INCLUDE_DIRS})
|
||||
target_link_libraries(${PROJECT_NAME} ${LINK_LIBS})
|
||||
target_link_libraries(${PROJECT_NAME} ${LINK_LIBS})
|
||||
|
||||
install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user