Link to required libaris for leveldb
This commit is contained in:
parent
cc65df91ee
commit
b07df84d68
@ -73,7 +73,11 @@ endif()
|
|||||||
|
|
||||||
set(leveldb_lib "")
|
set(leveldb_lib "")
|
||||||
if(USE_LEVELDB)
|
if(USE_LEVELDB)
|
||||||
set(leveldb_lib ${LEVELDB_LIBRARY})
|
set(leveldb_lib ${LEVELDB_LIBRARY})
|
||||||
|
if(WIN32)
|
||||||
|
# the leveld database driver requires PathFileExistsW which is in the Shlwapi library
|
||||||
|
set(leveldb_lib ${LEVELDB_LIBRARY} "Shlwapi.lib")
|
||||||
|
endif(WIN32)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(postgresql_lib "")
|
set(postgresql_lib "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user