mirror of
https://github.com/eddyem/pointgreycam.git
synced 2026-03-21 01:00:59 +03:00
can shot images, store them into png and display in OpenGL window
This commit is contained in:
1
Makefile
1
Makefile
@@ -2,6 +2,7 @@
|
||||
PROGRAM := grasshopper
|
||||
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
|
||||
LDFLAGS += -lusefull_macros -lflycapture-c -lflycapture -L/usr/local/lib
|
||||
LDFLAGS += -lm -pthread -lglut -lGL -lX11
|
||||
SRCS := $(wildcard *.c)
|
||||
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
|
||||
OBJDIR := mk
|
||||
|
||||
Reference in New Issue
Block a user