working on ssh fork
This commit is contained in:
@@ -12,6 +12,11 @@ add_library(${PROJECT_NAME} STATIC ${LIB_SOURCES})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} BEFORE PUBLIC "../includes/")
|
||||
|
||||
target_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
ssh
|
||||
)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC "_LINUX")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user