summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/CMakeLists.txt
blob: 8054cf97c34f73353936eb978cb64a747c488ee3 (plain)
1
2
3
4
5
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Dbx_mdbx)

include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libmdbx)