diff options
Diffstat (limited to 'CMakeVariables.make.in')
-rw-r--r-- | CMakeVariables.make.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in index 135b62c..d1a0bb1 100644 --- a/CMakeVariables.make.in +++ b/CMakeVariables.make.in @@ -34,6 +34,9 @@ topdir = @fullSrcDir@ # This is the directory that contains the source for the CMakeLists.txt file currentdir = `cd ${srcdir}; pwd` +# This is the directory that contains the output for the CMakeLists.txt file +currentbindir = `pwd` + # This is the directory configure was run in # where the binaries will be placed CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@ |