Skip to content

Instantly share code, notes, and snippets.

@shigeya
Forked from anonymous/Makefile
Created August 6, 2012 03:54
Show Gist options
  • Save shigeya/3269984 to your computer and use it in GitHub Desktop.
Save shigeya/3269984 to your computer and use it in GitHub Desktop.
Makefile
INCLUDEPATH = /opt/local/include
CXXFLAGS = -I${INCLUDEPATH}
LIBS += -lopencv_core -lopencv_imgproc -lopencv_highgui
slic: main.cpp slic.cpp
g++ ${CXXFLAGS} main.cpp slic.cpp -o slic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment