Improve cmake support. Add rpm generation

This commit is contained in:
Vladimir Romanov
2018-01-07 15:10:06 +03:00
parent 294d4ac0b9
commit 4ed8eddf42
6 changed files with 137 additions and 43 deletions

View File

@@ -6,6 +6,6 @@ add_executable(${TARGET}
)
target_link_libraries(${TARGET}
libmdbx
mdbx
)