vrchess
diff Makefile @ 10:e3f0ca1d008a
added preliminary OpenHMD module
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 22 Aug 2014 20:11:15 +0300 |
parents | 3c36bc28c6c2 |
children |
line diff
1.1 --- a/Makefile Fri Aug 22 18:48:25 2014 +0300 1.2 +++ b/Makefile Fri Aug 22 20:11:15 2014 +0300 1.3 @@ -7,6 +7,9 @@ 1.4 # comment out to disable LibOVR (oculus sdk) 1.5 #ovr_cflags = -DUSE_LIBOVR 1.6 #ovr_libs = -lovr 1.7 +# comment out to disable OpenHMD 1.8 +ohmd_cflags = -DUSE_OPENHMD 1.9 +ohmd_libs = -lopenhmd 1.10 1.11 CFLAGS = -pedantic -Wall -g $(ovr_cflags) 1.12 CXXFLAGS = -std=c++11 $(CFLAGS)