mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
removed eyedropper for now
This commit is contained in:
@@ -2,7 +2,6 @@ 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
|
||||
@@ -28,8 +27,6 @@ if(WIN32)
|
||||
clrsync_core
|
||||
glfw
|
||||
imgui
|
||||
user32
|
||||
gdi32
|
||||
OpenGL::GL
|
||||
)
|
||||
elseif(APPLE)
|
||||
@@ -38,7 +35,6 @@ elseif(APPLE)
|
||||
glfw
|
||||
imgui
|
||||
OpenGL::GL
|
||||
"-framework ApplicationServices"
|
||||
)
|
||||
else()
|
||||
target_link_libraries(clrsync_gui PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user