mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Simplify embedding version info into executables with ADD_VERSION_INFO
This commit is contained in:
@ -248,9 +248,6 @@ MACRO(MERGE_LIBRARIES)
|
||||
ENDFOREACH()
|
||||
ENDIF()
|
||||
CREATE_EXPORT_FILE(SRC ${TARGET} "${ARG_EXPORTS}")
|
||||
IF(WIN32 AND NOT ARG_NOINSTALL)
|
||||
ADD_VERSION_INFO(${TARGET} VFT_DLL SRC )
|
||||
ENDIF()
|
||||
ADD_LIBRARY(${TARGET} ${LIBTYPE} ${SRC})
|
||||
TARGET_LINK_LIBRARIES(${TARGET} ${LIBS})
|
||||
IF(ARG_OUTPUT_NAME)
|
||||
|
Reference in New Issue
Block a user