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:
Tobias Doerffel
2010-07-21 20:08:53 +02:00
parent 456abc4cde
commit ce8041b9e3

View File

@@ -2,4 +2,6 @@ INCLUDE(BuildPlugin)
INCLUDE_DIRECTORIES(unrtf)
LINK_LIBRARIES(${ZIP_LIBRARIES})
BUILD_PLUGIN(flpimport FlpImport.cpp unrtf.cpp FlpImport.h)