X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FCMakeLists.txt;h=a2638e1bee9ef61a42051cef156a9f8e620fbc6f;hb=f18a9493b3a067ae56cb350cd6a390649ba6b35d;hp=fe0eb6f1336fb50395260eabbd6821fe2e78fbdb;hpb=4a65a237067c9f56c2debedf495c40524c1b1a8a;p=simgear.git diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index fe0eb6f1..a2638e1b 100644 --- a/simgear/io/CMakeLists.txt +++ b/simgear/io/CMakeLists.txt @@ -44,3 +44,10 @@ target_link_libraries(test_http sgio sgstructure sgtiming sgmisc sgdebug ${RT_LIBRARY}) +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