diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:09:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:25:57 +0000 |
commit | e868cdf022890fee56fd5c4608190d196362b36d (patch) | |
tree | 863e1d39586a376df0f7a152904a317c91721663 /cmake/opentrack-rift.cmake | |
parent | 94747abe17bd669fbbca6ce99977410a4548aee1 (diff) |
cmake: add include guards
Diffstat (limited to 'cmake/opentrack-rift.cmake')
-rw-r--r-- | cmake/opentrack-rift.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-rift.cmake b/cmake/opentrack-rift.cmake index 88adbb3e..cdcfc946 100644 --- a/cmake/opentrack-rift.cmake +++ b/cmake/opentrack-rift.cmake @@ -1,3 +1,4 @@ +include_guard(GLOBAL) function(otr_rift proj opt) if(${opt}) set(link-flags) |