Created
August 6, 2012 03:50
-
-
Save anonymous/3269950 to your computer and use it in GitHub Desktop.
Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFLAGS = -I | |
INCLUDEPATH = /usr/local/include | |
LIBS += -lopencv_core -lopencv_imgproc -lopencv_highgui | |
slic: main.cpp slic.cpp | |
g++ main.cpp slic.cpp -o slic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment