1
0
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:
Vladislav Vaintroub
2009-12-18 23:53:30 +01:00
parent b9d05f2b68
commit 54c5a4beef
8 changed files with 64 additions and 70 deletions

View File

@ -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)