diff options
| -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 1ac6c6e9..694c644d 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -125,6 +125,8 @@ function(otr_module n_)      endif()      set(n "opentrack-${n_}") +    # XXX TODO update callers to use instead of long name -sh 20180527 +    set(self "${n}" PARENT_SCOPE)      if(NOT arg_SUBDIRS)          otr_glob_sources(${n} .) | 
