1
0
forked from blue/lmdbal
lmdbal/CMakeLists.txt

8 lines
138 B
CMake
Raw Normal View History

2022-09-04 10:14:42 +00:00
cmake_minimum_required(VERSION 3.0)
project(storage)
add_executable(storage main.cpp)
install(TARGETS storage RUNTIME DESTINATION bin)