Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Jul 4, 2024
1 parent 5cb1e20 commit af86f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Makefile.midi
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#generic Makefile for Linux

OBJ=$(patsubst %.cpp,%.o,$(wildcard *.cpp))
CFLAGS= -std=c++11 -O2 -DMIDI_ENABLED `pkg-config acidcam opencv4 glfw3 glew rtmidi --cflags` -DNO_SCREEN_GRAB
LDFLAGS=`pkg-config glfw3 glew opencv4 acidcam rtmidi --libs` -framework Cocoa -framework OpenGL -framework CoreMIDI -framework IOKit
CFLAGS= -std=c++11 -O2 -DMIDI_ENABLED -DREACTIVE_ENABLED `pkg-config acidcam opencv4 glfw3 glew rtmidi rtaudio --cflags` -DNO_SCREEN_GRAB
LDFLAGS=`pkg-config glfw3 glew opencv4 acidcam rtmidi rtaudio --libs` -framework Cocoa -framework OpenGL -framework CoreMIDI -framework IOKit

%.o: %.cpp
$(CXX) $(CFLAGS) $< -c -o $@
Expand Down

0 comments on commit af86f3e

Please sign in to comment.