cmake flags

This commit is contained in:
fluttershy 2025-01-25 11:25:59 +05:00
commit b0ec03ba36

View File

@ -68,16 +68,8 @@ target_include_directories(tests PRIVATE
${CURL_INCLUDE_DIRS}
)
<<<<<<< HEAD
#target_link_libraries(tests gtest
# ${IXWEBSOCKET_LIBRARIES}
# ${CURL_LIBRARIES}
# gtest_main
#)
=======
target_link_libraries(tests gtest
${IXWEBSOCKET_LIBRARIES}
${CURL_LIBRARIES}
gtest_main
)
>>>>>>> tests