Add clipboard.cc for linux (unimplemented)

This commit is contained in:
scawful
2024-02-01 00:08:18 -05:00
parent 14e60b248f
commit 9b30316b9a
3 changed files with 8 additions and 9 deletions

View File

@@ -80,6 +80,7 @@ endif()
if (WIN32 OR MINGW OR UNIX)
list(APPEND YAZE_APP_CORE_SRC
app/core/platform/font_loader.cc
app/core/platform/clipboard.cc
)
endif()