lmdbal/CMakeLists.txt

8 lines
138 B
CMake

cmake_minimum_required(VERSION 3.0)
project(storage)
add_executable(storage main.cpp)
install(TARGETS storage RUNTIME DESTINATION bin)