mirror of https://github.com/libAthena/athena.git
Add Version.lib to Windows link libs
This commit is contained in:
parent
39c1e735e2
commit
72071d6c15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue