mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-24 00:02:03 +00:00
[client] wayland: set the application icon
This commit is contained in:
@@ -14,6 +14,10 @@ function(build_resources)
|
||||
set(LG_RESOURCES_INCS "${LG_RESOURCES_INCS}" PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
set(RESOURCES_SOURCES
|
||||
icondata.c
|
||||
)
|
||||
|
||||
build_resources(
|
||||
lg-logo.svg
|
||||
status/spice.svg
|
||||
@@ -22,5 +26,5 @@ build_resources(
|
||||
no-input-cursor/32.xcur
|
||||
)
|
||||
|
||||
add_library(lg_resources STATIC ${LG_RESOURCES_OBJS})
|
||||
add_library(lg_resources STATIC ${RESOURCES_SOURCES} ${LG_RESOURCES_OBJS})
|
||||
set_target_properties(lg_resources PROPERTIES LINKER_LANGUAGE C)
|
||||
|
||||
Reference in New Issue
Block a user