mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
updated color keys
This commit is contained in:
@@ -82,11 +82,11 @@ set(GUI_SOURCES
|
||||
)
|
||||
add_executable(clrsync_gui ${GUI_SOURCES})
|
||||
target_include_directories(clrsync_gui PRIVATE src SYSTEM lib)
|
||||
if(WIN32)
|
||||
set_target_properties(clrsync_gui PROPERTIES
|
||||
LINK_FLAGS "/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"
|
||||
)
|
||||
endif()
|
||||
# if(WIN32)
|
||||
# set_target_properties(clrsync_gui PROPERTIES
|
||||
# LINK_FLAGS "/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup"
|
||||
# )
|
||||
# endif()
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(clrsync_gui PRIVATE clrsync_core glfw freetype imgui OpenGL::GL)
|
||||
|
||||
Reference in New Issue
Block a user