Skip to content
Snippets Groups Projects
Commit 3305370e authored by simon.fanetti's avatar simon.fanetti
Browse files

fixed .so import

parent f4d00966
No related branches found
No related tags found
No related merge requests found
include ../ar_sandbox_lib/dep.mk
API_PATH=../ar_sandbox_lib
CFLAGS=-std=c++11 -Wall -Wextra -g
OPENCVFLAG=`pkg-config --libs --cflags opencv`
CCP=g++
app: app.o
$(CCP) $(OPENCVFLAG) -L$(API_PATH) -lsandbox $^ -o $@
$(CCP) $^ -o $@ -L$(API_PATH) -lsandbox $(DEP_SANDBOX)
%.o: %.cpp
$(CCP) $(CFLAGS) -I$(API_PATH)/includes -c $< -o $@
......
SCREEN=DVI-D-0
SCN_RES=1920x1080
BEAMER=HDMI-0
BM_RES=1400x1050
xrandr --output $SCREEN --rate 60 --mode $SCN_RES --fb $SCN_RES --panning $SCN_RES* \
--output $BEAMER --mode $BM_RES --same-as $SCREEN > /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment