Skip to content

Commit

Permalink
Merge pull request thestk#196 from lane-s/master
Browse files Browse the repository at this point in the history
Add coremidi to the api list when compiling with coremidi
  • Loading branch information
garyscavone authored Apr 12, 2019
2 parents b56b415 + 764d10e commit 791dfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ endif()
# CoreMIDI
if(RTMIDI_API_CORE)
list(APPEND API_DEFS "-D__MACOSX_CORE__")
list(APPEND API_LIST "coremidi")
list(APPEND LINKLIBS "-framework CoreServices")
list(APPEND LINKLIBS "-framework CoreAudio")
list(APPEND LINKLIBS "-framework CoreMIDI")
Expand Down

0 comments on commit 791dfea

Please sign in to comment.