mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 13:15:05 +00:00
Add Version.lib to Windows link libs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user