Add Version.lib to Windows link libs

This commit is contained in:
Jack Andersen 2016-10-23 10:37:00 -10:00 committed by GitHub
parent 39c1e735e2
commit 72071d6c15
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if(UNIX)
list(APPEND PLAT_LIBS dl)
endif()
elseif(WIN32)
list(APPEND PLAT_LIBS Mincore)
list(APPEND PLAT_LIBS Mincore Version)
endif()
# Offer the user the choice of overriding the installation directories