diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-27 14:21:38 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-27 14:21:38 -0500 |
| commit | 2ef7cf9e977008f20be6072b336b0928f02b9f59 (patch) | |
| tree | 4b55bf377f4220a7e02e15b8c6adf55be627e27e /swaygrab/CMakeLists.txt | |
| parent | 89906f4ba1a3621efeefa4969ef549d39451efd4 (diff) | |
Add ffmpeg capture to swaygrab (with limitations)
This needs to be multithreaded to have any sort of realistic expectation
of performance, due to issues with syncronous I/O.
Diffstat (limited to 'swaygrab/CMakeLists.txt')
| -rw-r--r-- | swaygrab/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index 5b47a694..8bc8ed8b 100644 --- a/swaygrab/CMakeLists.txt +++ b/swaygrab/CMakeLists.txt @@ -10,6 +10,8 @@ add_executable(swaygrab ${common} ) +TARGET_LINK_LIBRARIES(swaygrab rt) + install( TARGETS swaygrab RUNTIME DESTINATION bin |
