Add Android system dependencies for plugins
This commit is contained in:
parent
9ada0be6d7
commit
c493b5d445
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ add_library(sfizz::plugins-common ALIAS plugins-common)
|
||||||
|
|
||||||
# Link system dependencies
|
# Link system dependencies
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
elseif(ANDROID)
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
target_link_libraries(plugins-common PRIVATE
|
target_link_libraries(plugins-common PRIVATE
|
||||||
"${APPLE_FOUNDATION_LIBRARY}")
|
"${APPLE_FOUNDATION_LIBRARY}")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue