Add FindOpenHMD.cmake

This commit is contained in:
2018-09-19 13:20:43 +02:00
parent 4bd097c8a7
commit 936616a4c8
3 changed files with 27 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
project (openglexample C)
find_package(OpenGL REQUIRED)
find_package(openhmd REQUIRED)
find_package(OpenHMD REQUIRED)
add_executable(openglexample gl.c gl.h main.c)