JosiahWI commented on code in PR #9967:
URL: https://github.com/apache/trafficserver/pull/9967#discussion_r1254857617


##########
tests/gold_tests/pluginTest/TSVConnFd/CMakeLists.txt:
##########
@@ -15,9 +15,12 @@
 #
 #######################
 
-add_library(TSVConnFd SHARED TSVConnFd.cc)
+add_library(TSVConnFd MODULE TSVConnFd.cc)
 
 set_target_properties(TSVConnFd PROPERTIES
     LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/.libs"
     PREFIX ""
 )
+target_link_libraries(TSVConnFd PRIVATE tscore traffic_server)
+set_target_properties( PROPERTIES PREFIX "")
+set_target_properties( PROPERTIES SUFFIX ".so")

Review Comment:
   Does this work without the target name? Also, the `PREFIX` property is 
already set on line 22; the `SUFFIX` property should probably be set in the 
same `set_target_properties` command.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to