Commit a4148097 authored by jan.koester's avatar jan.koester
Browse files

it works

parent 85864bc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ include_directories(
	${CMAKE_CURRENT_BINARY_DIR}
    ${NETPLUS_INCLUDE_DIR}
	${CMDPLUS_INCLUDE_DIR}
	${HTMLPP_INCLUDE_DIR}
)

add_subdirectory(doc)
+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