Removed unnecessary linking commands to libmysqld.a

This commit is contained in:
VilhoRaatikka
2014-10-01 13:29:26 +03:00
parent be10b00bb1
commit bff2d794e0
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
add_library(query_classifier SHARED query_classifier.cc)
target_link_libraries(query_classifier ${EMBEDDED_LIB})
install(TARGETS query_classifier DESTINATION lib)
if(BUILD_TESTS)
add_subdirectory(test)
endif()
endif()