diff options
author | Florian Jung <flo@windfisch.org> | 2015-04-22 16:18:11 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-04-22 16:18:11 +0200 |
commit | 7acbcfa78372e26cf2cd80cc266949434ff8db84 (patch) | |
tree | b36804eb35edaa7acc74247a313864fc319438a9 /Makefile | |
parent | 00b9727d4d0f6aa55a3ba27a111448a3c1527345 (diff) |
regulator + test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ client2: client2.cpp lib.cpp ringbuf.h contrib/OpenHMD/src/.libs/libopenhmd.a g++ -std=c++11 -g client2.cpp lib.cpp -lglfw -lGLEW -lGLU -lGL `pkg-config --libs opencv` -lm -DOHMD_STATIC -Icontrib/OpenHMD/include/ contrib/OpenHMD/src/.libs/libopenhmd.a -lhidapi-libusb -lrt -lpthread -o client2 +regulator_test: regulator_test.cpp + g++ -std=c++11 -g regulator_test.cpp `pkg-config --libs opencv` -lm -o regulator_test client: client.c gcc client.c -lX11 -lXi -lXmu -lglut -lGL -lGLU -lm -o client |