mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-16 11:01:53 +08:00
removed 'lib' prefix from libraries (cmake does this for us automatically on UNIX)
This commit is contained in:
@@ -45,9 +45,8 @@ if (UNIX)
|
||||
endif()
|
||||
|
||||
include_directories(${inc})
|
||||
add_library(libclient STATIC ${src})
|
||||
add_library(client STATIC ${src})
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(libclient
|
||||
libsynergy libio)
|
||||
target_link_libraries(client synergy io)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user