mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
have all other OSes handled in the else case.
No reason to limit to just freebsd and linux, we handle all existing supported OSes in the previous cases. Needed for NetBSD support.
This commit is contained in:
parent
c7c14f02dd
commit
87820d9387
1 changed files with 1 additions and 2 deletions
|
|
@ -36,8 +36,7 @@ if (WIN32)
|
|||
elseif (APPLE)
|
||||
find_library(APPSERVICES_LIB ApplicationServices)
|
||||
target_link_libraries(barrier ${APPSERVICES_LIB})
|
||||
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux" OR
|
||||
${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
else()
|
||||
target_link_libraries (barrier dns_sd)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue