mdbx-cmake: add installation.

Change-Id: Ie2f67e51ddaf9444b3c0a817cd5f8e7e37ec8d0e
This commit is contained in:
Leonid Yuriev
2019-12-03 03:21:37 +03:00
parent 94d90d87db
commit d1e2749337
3 changed files with 28 additions and 0 deletions

View File

@@ -40,3 +40,6 @@ if(LIB_MATH)
target_link_libraries(mdbx_chk ${LIB_MATH})
target_link_libraries(mdbx_stat ${LIB_MATH})
endif()
install(TARGETS mdbx_chk mdbx_stat mdbx_copy mdbx_dump mdbx_load
RUNTIME DESTINATION bin COMPONENT runtime)