mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-11 19:15:39 +00:00
[host] windows: avoid compiling .rc file twice
a4f5ce08b9
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue