From 2d2552c4f907a25255b1b6b8071b7e58b1c23515 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Thu, 31 Jan 2019 17:19:26 +0100 Subject: HICN-9 make doc lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I349c53b527df2445cd2d521555ff64af2400a8b2 Signed-off-by: Jordan Augé --- lib/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 8b0280d7b..44d8526c6 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -49,4 +49,6 @@ if (ANDROID_API) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ANDROID_C_FLAGS} -std=c99") endif () -add_subdirectory (src) \ No newline at end of file +add_subdirectory (src) +add_subdirectory (doc) + -- cgit 1.2.3-korg