Introduce 'lib' directory (#25)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 21 Mar 2018 10:54:04 +0000 (19:54 +0900)
committer이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>
Wed, 21 Mar 2018 10:54:04 +0000 (19:54 +0900)
This commit introduces 'lib' directory which will hold the
implementation of libraries that nncc officially supports.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
CMakeLists.txt
lib/CMakeLists.txt [new file with mode: 0644]

index 1933324..7edd065 100644 (file)
@@ -2,4 +2,5 @@ cmake_minimum_required(VERSION 2.8)
 
 project(nncc)
 
+add_subdirectory(lib)
 add_subdirectory(contrib)
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e69de29