diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2015-06-19 20:12:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-06 15:11:01 (GMT) |
commit | 8ea69dfef1e81a9811fe8a3d7198580dd21cb48f (patch) | |
tree | a95ecffd5be71b03d50c84dc175700efdabd07d2 /Source/CMakeLists.txt | |
parent | 2963cb2a559fd27edd53b7fb7036cba0adc8b9ca (diff) | |
download | CMake-8ea69dfef1e81a9811fe8a3d7198580dd21cb48f.zip CMake-8ea69dfef1e81a9811fe8a3d7198580dd21cb48f.tar.gz CMake-8ea69dfef1e81a9811fe8a3d7198580dd21cb48f.tar.bz2 |
bindexplib: Build source as part of CMakeLib
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 6d012fd..069f283 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -430,6 +430,7 @@ if (WIN32) set(SRCS ${SRCS} cmCallVisualStudioMacro.cxx cmCallVisualStudioMacro.h + bindexplib.cxx ) if(NOT UNIX) |