]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/CMakeLists.txt
Revert "Support non-blocking address lookups, and switch to getaddrinfo over gethostb...
[simgear.git] / simgear / io / CMakeLists.txt
index 136b6e22fc34de3b5678371b6c7a1247d820ae85..a2638e1bee9ef61a42051cef156a9f8e620fbc6f 100644 (file)
@@ -44,4 +44,10 @@ target_link_libraries(test_http
     sgio sgstructure sgtiming sgmisc sgdebug
     ${RT_LIBRARY})
 
-add_test(http ${EXECUTABLE_OUTPUT_PATH}/test_http)
\ No newline at end of file
+add_test(http ${EXECUTABLE_OUTPUT_PATH}/test_http)
+
+add_executable(httpget httpget.cxx)
+target_link_libraries(httpget 
+    sgio sgstructure sgtiming sgmisc sgdebug
+    ${RT_LIBRARY})
+    
\ No newline at end of file