FLP import plugin: explicitely link against libzip
The improved FLP import plugin requires libzip and we can't rely on the LMMS binary being linked against it, therefore link against it explicitely.
This commit is contained in:
@@ -2,4 +2,6 @@ INCLUDE(BuildPlugin)
|
||||
|
||||
INCLUDE_DIRECTORIES(unrtf)
|
||||
|
||||
LINK_LIBRARIES(${ZIP_LIBRARIES})
|
||||
|
||||
BUILD_PLUGIN(flpimport FlpImport.cpp unrtf.cpp FlpImport.h)
|
||||
|
||||
Reference in New Issue
Block a user