diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-19 21:38:10 (GMT) |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2012-02-19 23:20:03 (GMT) |
commit | a1a30340a2eb0174f9f6911ee1e2cf4a36eaac96 (patch) | |
tree | cc1903a317419d0fc35505bee3e50647ffe67ba1 /Source/cmLocalNinjaGenerator.cxx | |
parent | 21997cea4d8694077e8bcf9ba4cbd3d96a3f163c (diff) | |
download | CMake-a1a30340a2eb0174f9f6911ee1e2cf4a36eaac96.zip CMake-a1a30340a2eb0174f9f6911ee1e2cf4a36eaac96.tar.gz CMake-a1a30340a2eb0174f9f6911ee1e2cf4a36eaac96.tar.bz2 |
Ninja: Import library support for Windows
Diffstat (limited to 'Source/cmLocalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmLocalNinjaGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx index 687dbb8..ea03cbb 100644 --- a/Source/cmLocalNinjaGenerator.cxx +++ b/Source/cmLocalNinjaGenerator.cxx @@ -31,6 +31,7 @@ cmLocalNinjaGenerator::cmLocalNinjaGenerator() #ifdef _WIN32 this->WindowsShell = true; #endif + this->TargetImplib = "$TARGET_IMPLIB"; } //---------------------------------------------------------------------------- |