Commit 9607c1a4 authored by jan.koester's avatar jan.koester
Browse files

fixed cmake

parent c47c1c9b
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -9,19 +9,19 @@ if(BUILD_EXAMPLES AND ${htmlpp_FOUND})
        ${htmlpp_INCLUDE_DIRS}
    )
    add_executable (httpcon httpcon.cpp)
    target_link_libraries(httpcon httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httpcon httppp-static htmlpp-static)
    add_executable (httpform httpform.cpp)
    target_link_libraries(httpform httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httpform httppp-static htmlpp-static)
    add_executable (httpsysinfo httpsysinfo.cpp)
    target_link_libraries(httpsysinfo httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httpsysinfo httppp-static htmlpp-static)
    add_executable (httpcookie httpcookie.cpp)
    target_link_libraries(httpcookie httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httpcookie httppp-static htmlpp-static)
    add_executable (httpauth httpauth.cpp)
    target_link_libraries(httpauth httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httpauth httppp-static htmlpp-static)
    add_executable (httpproxy httpproxy.cpp)
    target_link_libraries(httpproxy httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httpproxy httppp-static htmlpp-static)
    add_executable (httphello httphello.cpp)
    target_link_libraries(httphello httppp-static htmlpp::htmlpp-static)
    target_link_libraries(httphello httppp-static htmlpp-static)
endif()

add_executable (httpclient httpclient.cpp)