X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FCMakeLists.txt;h=a2638e1bee9ef61a42051cef156a9f8e620fbc6f;hb=f18a9493b3a067ae56cb350cd6a390649ba6b35d;hp=136b6e22fc34de3b5678371b6c7a1247d820ae85;hpb=04dc28cb3307a2d78b024f533011628dbe5e5a52;p=simgear.git diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index 136b6e22..a2638e1b 100644 --- a/simgear/io/CMakeLists.txt +++ b/simgear/io/CMakeLists.txt @@ -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