Skip to content

Commit

Permalink
(#17) Updated CmakeLists.txt to include MacOS window_manager implemen…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
Simon Hofmann committed Aug 3, 2020
1 parent b780ff0 commit 5b8b55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(SOURCE_FILES "src/main.cc" "src/deadbeef_rand.c" "src/keycode.c" "src/keypre
if (UNIX AND NOT APPLE)
set(SOURCE_FILES "${SOURCE_FILES}" "src/linux/xdisplay.c" "src/linux/highlightwindow.c")
elseif (UNIX AND APPLE)
set(SOURCE_FILES "${SOURCE_FILES}" "src/macos/highlightwindow.m")
set(SOURCE_FILES "${SOURCE_FILES}" "src/macos/highlightwindow.m" "src/macos/window_manager.mm")
elseif (WIN32)
set(SOURCE_FILES "${SOURCE_FILES}" "src/win32/highlightwindow.c")
endif()
Expand Down

0 comments on commit 5b8b55e

Please sign in to comment.