Skip to content

Commit

Permalink
(#3) Updated cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed May 3, 2020
1 parent 2eb8f9b commit cb09c13
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/libnut.cc" "src/deadbeef_rand.c" "src/mouse.c" "src/keypre
if (UNIX AND NOT APPLE)
set(SOURCE_FILES "${SOURCE_FILES}" "src/xdisplay.c" "src/highlightwindow_linux.c")
elseif (UNIX AND APPLE)
set(SOURCE_FILES "${SOURCE_FILES}" "src/highlightwindow_macos.mm")
set(SOURCE_FILES "${SOURCE_FILES}" "src/highlightwindow_macos.m")
elseif (WIN32)
set(SOURCE_FILES "${SOURCE_FILES}" "src/highlightwindow_win32.c")
endif()
Expand Down

0 comments on commit cb09c13

Please sign in to comment.