diff options
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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) + |