Initial import
This commit is contained in:
commit
eae6b90a2a
3 changed files with 16 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project(storage)
|
||||
|
||||
add_executable(storage main.cpp)
|
||||
|
||||
install(TARGETS storage RUNTIME DESTINATION bin)
|
Loading…
Add table
Add a link
Reference in a new issue