mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Added missing dependency... strange this worked on Linux.
This commit is contained in:
parent
abb3208bea
commit
092147aad0
@ -151,7 +151,7 @@ namespace musik { namespace core { namespace db { namespace local {
|
|||||||
const int* sortOrders,
|
const int* sortOrders,
|
||||||
int count) override;
|
int count) override;
|
||||||
|
|
||||||
virtual void Release();
|
virtual void Release() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
musik::core::ILibraryPtr library;
|
musik::core::ILibraryPtr library;
|
||||||
|
@ -17,7 +17,7 @@ set_target_properties(musikcore_c PROPERTIES
|
|||||||
|
|
||||||
if (${LINK_STATICALLY} MATCHES "true")
|
if (${LINK_STATICALLY} MATCHES "true")
|
||||||
find_library(EVLIB NAMES libev.a ev)
|
find_library(EVLIB NAMES libev.a ev)
|
||||||
target_link_libraries(musikcore_c ${musikcube_LINK_LIBS} ${EVLIB})
|
target_link_libraries(musikcore_c ${musikcube_LINK_LIBS} ${EVLIB} musikcore)
|
||||||
else()
|
else()
|
||||||
target_link_libraries(musikcore_c ${musikcube_LINK_LIBS} ev)
|
target_link_libraries(musikcore_c ${musikcube_LINK_LIBS} ev musikcore)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user