mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
link library fixes for FreeBSD
This commit is contained in:
@@ -40,6 +40,11 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
if (BSD )
|
||||
target_link_directories( uxplay PUBLIC /usr/local/lib )
|
||||
target_link_libraries( uxplay ${PLIST_LIBRARIES})
|
||||
endif()
|
||||
|
||||
target_link_libraries( uxplay
|
||||
renderers
|
||||
airplay
|
||||
|
||||
Reference in New Issue
Block a user