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

fixed win build

parent 30c3de05
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,4 +24,4 @@ if(BUILD_EXAMPLES AND ${htmlpp_FOUND})
endif()
endif()


add_executable (httpclient httpclient.cpp)
add_executable (httpclient httpclient.cpp)
target_link_libraries(httpclient httppp-static)
target_link_libraries(httpclient httppp-static netplus::netplus-static)