CMake/Tests/RunCMake/CMP0111
Robert Maynard 7351d590ee cmTarget: Add a way to represent imported shared library stubs
Shared library stubs can be used for linking, but not at runtime.
Their role is similar to import libraries on Windows, so represent
their location with the `IMPORTED_IMPLIB` target property.

Fixes: #24940
2023-07-18 13:21:01 -04:00
..
CMakeLists.txt
CMP0111-Common.cmake cmTarget: Add a way to represent imported shared library stubs 2023-07-18 13:21:01 -04:00
CMP0111-NEW-result.txt
CMP0111-NEW-stderr.txt cmTarget: Add a way to represent imported shared library stubs 2023-07-18 13:21:01 -04:00
CMP0111-NEW.cmake
CMP0111-OLD-stderr.txt Add deprecation warnings for policies CMP0114 and below 2023-02-01 17:01:38 -05:00
CMP0111-OLD.cmake
CMP0111-WARN-stderr.txt cmTarget: Add a way to represent imported shared library stubs 2023-07-18 13:21:01 -04:00
CMP0111-WARN.cmake
module.cpp cmTarget: Do not enforce CMP0111 on imported INTERFACE libraries 2020-11-23 15:56:28 -05:00
RunCMakeTest.cmake