Loading CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${NETPLUS_INCLUDE_DIR} ${CMDPLUS_INCLUDE_DIR} ${HTMLPP_INCLUDE_DIR} ) add_subdirectory(doc) Loading examples/CMakeLists.txt +1 −3 Original line number Diff line number Diff line find_package(htmlpp) option(BUILD_EXAMPLES "Create and install the HTML examples (requires Doxygen)" TRUE) if(BUILD_EXAMPLES AND ${htmlpp_FOUND}) if(BUILD_EXAMPLES AND ${libhtmlpp_FOUND}) include_directories( ${CMAKE_INCLUDE_DIRECTORIES} ${CMAKE_SOURCE_DIR}/src Loading Loading
CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${NETPLUS_INCLUDE_DIR} ${CMDPLUS_INCLUDE_DIR} ${HTMLPP_INCLUDE_DIR} ) add_subdirectory(doc) Loading
examples/CMakeLists.txt +1 −3 Original line number Diff line number Diff line find_package(htmlpp) option(BUILD_EXAMPLES "Create and install the HTML examples (requires Doxygen)" TRUE) if(BUILD_EXAMPLES AND ${htmlpp_FOUND}) if(BUILD_EXAMPLES AND ${libhtmlpp_FOUND}) include_directories( ${CMAKE_INCLUDE_DIRECTORIES} ${CMAKE_SOURCE_DIR}/src Loading