summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-06-22 05:33:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-06-22 19:19:14 +0200
commit5bc5e7a466cd6afb05fc7a9215ed5b48737611bd (patch)
treef2d83a734dcc92b64dca8f57e09fdffadb20d8bf
parent8bb196b62c5204141829c3be58b78b3903f44a4f (diff)
video/ps3eye: update submodule
-rw-r--r--video-ps3eye/CMakeLists.txt8
m---------video-ps3eye/ps3eye-driver0
2 files changed, 6 insertions, 2 deletions
diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt
index 7c05b3a1..29608aae 100644
--- a/video-ps3eye/CMakeLists.txt
+++ b/video-ps3eye/CMakeLists.txt
@@ -12,8 +12,8 @@ if(TARGET ps3eye-driver)
endif()
endif()
-if(TARGET ps3eye-test)
- install(TARGETS "ps3eye-test" DESTINATION "${opentrack-hier-pfx}")
+if(TARGET ps3eye-sdl)
+ install(TARGETS "ps3eye-sdl" DESTINATION "${opentrack-hier-pfx}")
if(WIN32)
foreach(k ${SDL2_LIBRARIES})
get_filename_component(path "${k}" PATH)
@@ -25,3 +25,7 @@ if(TARGET ps3eye-test)
endforeach()
endif()
endif()
+
+if(TARGET ps3eye-mode-test)
+ install(TARGETS "ps3eye-mode-test" DESTINATION "${opentrack-hier-pfx}")
+endif()
diff --git a/video-ps3eye/ps3eye-driver b/video-ps3eye/ps3eye-driver
-Subproject de149323753760e5de9c5d4cf155fa2c5d0d3b7
+Subproject cda1bdc6c53c45fe97b3278aaf83ee3317c354b