Initial
This commit is contained in:
commit
2628afadcc
9 changed files with 112 additions and 0 deletions
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(add_project
|
||||
VERSION 1.0.0
|
||||
LANGUAGES C
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
add_subdirectory(libadd)
|
||||
add_subdirectory(app)
|
||||
Loading…
Add table
Add a link
Reference in a new issue