Create cmTarget DLL query methods
commit1aba4b5a6c41a3ff7936313b3e81644ada4e37dd
authorking <king>
Tue, 11 Aug 2009 13:07:42 +0000 (11 13:07 +0000)
committerking <king>
Tue, 11 Aug 2009 13:07:42 +0000 (11 13:07 +0000)
tree2273e1f00f116e1cfc62bdb83d2785be894d4010
parentb19cd356c7e378913e0aa5ad713885149e97adb6
Create cmTarget DLL query methods

We creates methods IsDLLPlatform() and HasImportLibrary().  The former
returns true on Windows.  The latter returns whether the target has a
DLL import library.  It is true on Windows for shared libraries and
executables with exports.
Source/cmTarget.cxx
Source/cmTarget.h