Skip to content

Commit

Permalink
try to fix test/cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 16, 2024
1 parent fde0cd3 commit e200ff7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,8 @@ endif()
# Main target object
#

set(LINKLIBS re ${OPENSSL_LIBRARIES})
if(WIN32)
list(APPEND LINKLIBS qwave iphlpapi wsock32 ws2_32)
else()
list(APPEND LINKLIBS m ${RESOLV_LIBRARY})
endif()

if(ZLIB_FOUND)
list(APPEND LINKLIBS ZLIB::ZLIB)
endif()
set(LINKLIBS re)
list(APPEND LINKLIBS ${RE_LIBS})

add_executable(${PROJECT_NAME} ${SRCS})
set_property(TARGET ${PROJECT_NAME} PROPERTY ENABLE_EXPORTS 1)
Expand Down

0 comments on commit e200ff7

Please sign in to comment.