diff options
Diffstat (limited to 'video-ps3eye/CMakeLists.txt')
-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() |