Skip to content

Commit

Permalink
fix: add MacPasteboard back to compilation
Browse files Browse the repository at this point in the history
fix provided by yan12125
  • Loading branch information
louib committed Nov 20, 2022
1 parent c97db51 commit 868a820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ set(gui_SOURCES
if(APPLE)
set(gui_SOURCES
${gui_SOURCES}
core/MacPasteboard.cpp
gui/osutils/macutils/MacUtils.cpp
gui/osutils/macutils/ScreenLockListenerMac.cpp
gui/osutils/macutils/AppKitImpl.mm
Expand Down

0 comments on commit 868a820

Please sign in to comment.