mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-15 19:52:19 +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,
|
||||
int count) override;
|
||||
|
||||
virtual void Release();
|
||||
virtual void Release() override;
|
||||
|
||||
private:
|
||||
musik::core::ILibraryPtr library;
|
||||
|
@ -17,7 +17,7 @@ set_target_properties(musikcore_c PROPERTIES
|
||||
|
||||
if (${LINK_STATICALLY} MATCHES "true")
|
||||
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()
|
||||
target_link_libraries(musikcore_c ${musikcube_LINK_LIBS} ev)
|
||||
target_link_libraries(musikcore_c ${musikcube_LINK_LIBS} ev musikcore)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user