2740db5ede
This creates target properties ARCHIVE_OUTPUT_NAME, LIBRARY_OUTPUT_NAME, and RUNTIME_OUTPUT_NAME, and per-configuration equivalent properties ARCHIVE_OUTPUT_NAME_<CONFIG>, LIBRARY_OUTPUT_NAME_<CONFIG>, and RUNTIME_OUTPUT_NAME_<CONFIG>. They allow specification of target output file names on a per-type, per-configuration basis. For example, a .dll and its .lib import library may have different base names. For consistency and to avoid ambiguity, the old <CONFIG>_OUTPUT_NAME property is now also available as OUTPUT_NAME_<CONFIG>. See issue #8920. |
||
---|---|---|
.. | ||
TestSubDir | ||
scripts | ||
CMakeLists.txt | ||
InstallScript1.cmake | ||
InstallScript2.cmake | ||
InstallScript3.cmake | ||
InstallScript4.cmake | ||
PackageScript.cmake | ||
PostInstall.cmake | ||
PreInstall.cmake | ||
foo.c | ||
foo.h | ||
inst.cxx | ||
inst2.cxx | ||
lib1.cxx | ||
lib1.h | ||
lib2.cxx | ||
lib2.h | ||
lib3.cxx | ||
lib3.h | ||
lib4.cxx | ||
lib4.h |