Win32 fix: Add explicit gmodule-2.0 dependency.
This commit is contained in:
parent
e7507003a3
commit
7d8ef569de
|
@ -6,7 +6,7 @@ SET (LibCustomVapis ${CMAKE_BINARY_DIR}/src/plugin-iface/${PROJECT_LOWERCASE_NAM
|
|||
)
|
||||
SET (LibExtraSources ${PROJECT_SOURCE_DIR}/src/library_constructor.c)
|
||||
SET (LibInstall ON)
|
||||
SET (LibLinkLibs ${PROJECT_LOWERCASE_NAME}-iface ${PROJECT_LOWERCASE_NAME}-host-iface)
|
||||
SET (LibLinkLibs ${PROJECT_LOWERCASE_NAME}-iface ${PROJECT_LOWERCASE_NAME}-host-iface gmodule-2.0)
|
||||
INCLUDE_DIRECTORIES ("${CMAKE_BINARY_DIR}/src/plugin-iface"
|
||||
"${CMAKE_BINARY_DIR}/src/host-iface"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue