diff options
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 9a979567..ecc3128d 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -50,6 +50,8 @@ function(opentrack_compat target) endif() endfunction() +include(CMakeParseArguments) + function(opentrack_boilerplate__ n files_ no-library_ static_ no-compat_ compile_ link_ stage2_) if((NOT no-library_) AND (NOT stage2_)) set(link-mode SHARED) |