All checks were successful
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Successful in 1m8s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Successful in 1m22s
Main LMDBAL workfow / Release documentation (push) Successful in 26s
LMDBAL Release workflow / Release qt5 build to AUR (release) Successful in 24s
LMDBAL Release workflow / Release qt6 build to AUR (release) Successful in 24s
26 lines
392 B
CMake
26 lines
392 B
CMake
set(SOURCES
|
|
exceptions.cpp
|
|
storage.cpp
|
|
base.cpp
|
|
transaction.cpp
|
|
)
|
|
|
|
set(HEADERS
|
|
base.h
|
|
exceptions.h
|
|
storage.h
|
|
storage.hpp
|
|
cursor.h
|
|
cursor.hpp
|
|
cache.h
|
|
cache.hpp
|
|
operators.hpp
|
|
transaction.h
|
|
)
|
|
|
|
target_sources(${LMDBAL_NAME} PRIVATE ${SOURCES})
|
|
|
|
add_subdirectory(serializer)
|
|
|
|
install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${LMDBAL_NAME_LOW})
|