X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=CMakeLists.txt;h=25f47546404eea57483608159d731d6aa6260baf;hp=7277cdf748583078b85ed40671f13e981cad473d;hb=c209619c4d44a3e9c5b0f537f53ec65564899efb;hpb=8192a7a0058218095f0ea8abbe8f56e574245a56 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7277cdf..25f4754 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Project project(libt2n) -set(VERSION 0.7) +set(VERSION 0.8) set(PROTOCOL_VERSION 1) # protocol version used (integers, increase version if incompatible) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") @@ -39,6 +39,7 @@ if(DOXYGEN_FOUND) set(DOXY_CONFIG "${DOXY_DIR}/Doxyfile.in") # Copy doxy.config.in + set(top_srcdir ${CMAKE_SOURCE_DIR}) configure_file("${DOXY_CONFIG}" "${CMAKE_BINARY_DIR}/doxy.config") # Create doc directory