feat: added eyedropper

This commit is contained in:
2025-12-17 10:21:33 +03:00
parent e6bac8e220
commit 2813a8bd05
7 changed files with 278 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ set(GUI_SOURCES
main.cpp
color_scheme_editor.cpp
color_table_renderer.cpp
screen_eyedropper.cpp
preview_renderer.cpp
theme_applier.cpp
template_editor.cpp
@@ -27,8 +28,18 @@ if(WIN32)
clrsync_core
glfw
imgui
user32
gdi32
OpenGL::GL
)
elseif(APPLE)
target_link_libraries(clrsync_gui PRIVATE
clrsync_core
glfw
imgui
OpenGL::GL
"-framework ApplicationServices"
)
else()
target_link_libraries(clrsync_gui PRIVATE
clrsync_core