mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[host] Windows: added missing linker library
This commit is contained in:
parent
ea74ee6e25
commit
4619ddef5d
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B2-rc3-1-g90d0cd873d+1
|
||||
B2-rc3-7-gea74ee6e25+1
|
|
@ -27,6 +27,7 @@ target_link_libraries(platform_Windows
|
|||
|
||||
userenv
|
||||
wtsapi32
|
||||
psapi
|
||||
)
|
||||
|
||||
target_include_directories(platform_Windows
|
||||
|
|
Loading…
Reference in a new issue