diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-22 05:33:54 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-22 19:19:14 +0200 |
commit | 5bc5e7a466cd6afb05fc7a9215ed5b48737611bd (patch) | |
tree | f2d83a734dcc92b64dca8f57e09fdffadb20d8bf /video-ps3eye/CMakeLists.txt | |
parent | 8bb196b62c5204141829c3be58b78b3903f44a4f (diff) |
video/ps3eye: update submodule
Diffstat (limited to 'video-ps3eye/CMakeLists.txt')
-rw-r--r-- | video-ps3eye/CMakeLists.txt | 8 |
1 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() |