From 4e1ecd02fbe7ba095bbeab2063a89d8676ac49ec Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 5 Jul 2019 10:23:58 +0200 Subject: video/ps3eye: install frame-test utility --- video-ps3eye/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'video-ps3eye') diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt index 29608aae..5e45eb4a 100644 --- a/video-ps3eye/CMakeLists.txt +++ b/video-ps3eye/CMakeLists.txt @@ -29,3 +29,7 @@ endif() if(TARGET ps3eye-mode-test) install(TARGETS "ps3eye-mode-test" DESTINATION "${opentrack-hier-pfx}") endif() + +if(TARGET ps3eye-frame-test) + install(TARGETS "ps3eye-frame-test" DESTINATION "${opentrack-hier-pfx}") +endif() -- cgit v1.2.3