diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 10:23:58 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 10:24:19 +0200 |
| commit | 4e1ecd02fbe7ba095bbeab2063a89d8676ac49ec (patch) | |
| tree | 3ca1fa8ac5fb0f80152bcb922126c923a8d61e27 | |
| parent | 38d466a972d4455b02aee2b55674f3b29ece24d7 (diff) | |
video/ps3eye: install frame-test utility
| -rw-r--r-- | video-ps3eye/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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() |
