From 071d5a847e8cbab6dbebb2c649e28689464c88a1 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 16 Aug 2013 23:13:27 -0500 Subject: Add cmake support for help handbook with preliminary support added for po files. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2062df2..7bd0677 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### source directories ######################## add_subdirectory( src ) +add_subdirectory( doc ) +add_subdirectory( po ) ##### write configure files ##################### -- cgit v1.2.1