mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[host] windows: avoid compiling .rc file twice
a4f5ce08b93c101ea797bef058d6f3a6f832a2f4 has a regression that caused the .rc file to be compiled twice. We do not want the version that's added into the .a file.
This commit is contained in:
parent
2bb0602ebb
commit
28a67cad0d
@ -11,7 +11,6 @@ add_library(platform_Windows STATIC
|
||||
src/mousehook.c
|
||||
src/force_compose.c
|
||||
src/delay.c
|
||||
resource.rc
|
||||
)
|
||||
|
||||
# allow use of functions for Windows Vista or later
|
||||
|
Loading…
x
Reference in New Issue
Block a user