Link common plugin sources with Foundation
This commit is contained in:
parent
8d68f50bac
commit
8b7761e615
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ add_library(sfizz::plugins-common ALIAS plugins-common)
|
|||
# Link system dependencies
|
||||
if(WIN32)
|
||||
elseif(APPLE)
|
||||
target_link_libraries(plugins-common PRIVATE
|
||||
"${APPLE_FOUNDATION_LIBRARY}")
|
||||
else()
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(GLIB REQUIRED glib-2.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue