Rename EMBEDDED_LIB to MYSQL_EMBEDDED_LIB

Makes it clearer what embedded lib we are talking about.
This commit is contained in:
Johan Wikman
2016-01-29 16:18:38 +02:00
parent 475dfb7288
commit 5e5a522d27
3 changed files with 27 additions and 27 deletions

View File

@ -1,6 +1,6 @@
add_library(query_classifier SHARED query_classifier.cc)
target_link_libraries(query_classifier ${EMBEDDED_LIB} aio crypt crypto dl m ${PCRE_LINK_FLAGS} ssl stdc++ z)
target_link_libraries(query_classifier ${MYSQL_EMBEDDED_LIB} aio crypt crypto dl m ${PCRE_LINK_FLAGS} ssl stdc++ z)
set_target_properties(query_classifier PROPERTIES VERSION "1.0.0")
set_target_properties(query_classifier PROPERTIES LINK_FLAGS -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/query_classifier.map)
#set_target_properties(query_classifier PROPERTIES LINK_FLAGS -Wl,-z,defs)