diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-13 13:00:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-13 13:02:40 +0200 |
commit | 413e6fef09190b0ddc1a110415d964f88f332655 (patch) | |
tree | f717cd864d59426a638145af6e180c368a555be7 /CMakeLists.txt | |
parent | 9a0cb353b8a19b186fe3c9138e058779cd53bd33 (diff) |
fixed process detector for OSX
Issue: #181
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 65c7c81d..18e2a9cd 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -509,6 +509,11 @@ if(CMAKE_SYSTEM STREQUAL LINUX) link_libraries(rt) endif() +if(APPLE) + # for process detector + target_link_libraries(opentrack proc) +endif() + # ---- # make install |