Initial commit of files

This commit is contained in:
2021-01-22 10:16:20 -05:00
parent 32d165ec8f
commit ed92211680
534 changed files with 68563 additions and 19 deletions

10
apps/CMakeLists.txt Normal file
View File

@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.7)
project(Cnomicon)
# list of header files
set(SUB_DIRS
)
foreach(SUB_DIR ${SUB_DIRS})
add_subdirectory(${SUB_DIR})
endforeach()

1
apps/bin Symbolic link
View File

@ -0,0 +1 @@
../bin

1
apps/include Symbolic link
View File

@ -0,0 +1 @@
../include

1
apps/lib Symbolic link
View File

@ -0,0 +1 @@
../lib