mirror of
https://github.com/libAthena/athena.git
synced 2025-05-13 19:01:23 +00:00
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)
|
list(APPEND PLAT_LIBS dl)
|
||||||
endif()
|
endif()
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
list(APPEND PLAT_LIBS Mincore)
|
list(APPEND PLAT_LIBS Mincore Version)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Offer the user the choice of overriding the installation directories
|
# Offer the user the choice of overriding the installation directories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user