CMake/Tests/RunCMake/get_property
Deniz Bahadir 6a3922bebe Add new target-property IMPORTED_GLOBAL.
The purpose of this new `IMPORTED_GLOBAL` target-property is to prolong
the lifetime and scope of `IMPORTED` targets in such a way as if they
had been created with the keyword `GLOBAL` in the first place.

* It can only be set to `TRUE`. That means, a local `IMPORTED` target
  can be promoted to global scope but a global `IMPORTED` target cannot
  be degraded to local scope!
* Setting it to `TRUE` only succeeds if done from within the same
  directory in which the `IMPORTED` target was created in the first
  place.

Fixes #17256.
2017-11-07 15:08:41 +01:00
..
directory_properties Add directory property to list buildsystem targets 2016-09-19 14:00:32 -04:00
BadArgument-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadArgument-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadArgument.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadDirectory-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadDirectory-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadDirectory.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadScope-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadScope-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadScope.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadTarget-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadTarget-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadTarget.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadTest-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadTest-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
BadTest.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
cache_properties-stderr.txt tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
cache_properties.cmake tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
CMakeLists.txt tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
DebugConfigurations-stderr.txt Test expected value of DEBUG_CONFIGURATIONS global property. 2015-04-12 20:08:46 +02:00
DebugConfigurations.cmake Test expected value of DEBUG_CONFIGURATIONS global property. 2015-04-12 20:08:46 +02:00
directory_properties-stderr.txt Add directory properties to get source and binary directories 2016-09-19 14:00:50 -04:00
directory_properties.cmake Add directory properties to get source and binary directories 2016-09-19 14:00:50 -04:00
global_properties-stderr.txt tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
global_properties.cmake tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
GlobalName-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
GlobalName-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
GlobalName.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
install_properties-stderr.txt tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
install_properties.cmake tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
IsMultiConfig-stdout.txt Tests: Add case for GENERATOR_IS_MULTI_CONFIG 2017-04-04 09:49:01 -04:00
IsMultiConfig.cmake Tests: Add case for GENERATOR_IS_MULTI_CONFIG 2017-04-04 09:49:01 -04:00
MissingArgument-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
MissingArgument-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
MissingArgument.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoCache-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoCache-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoCache.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoProperty-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoProperty-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoProperty.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoSource-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoSource-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoSource.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoTarget-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoTarget-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoTarget.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoTest-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoTest-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NoTest.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
NotMultiConfig-stdout.txt Tests: Add case for GENERATOR_IS_MULTI_CONFIG 2017-04-04 09:49:01 -04:00
NotMultiConfig.cmake Tests: Add case for GENERATOR_IS_MULTI_CONFIG 2017-04-04 09:49:01 -04:00
RunCMakeTest.cmake Tests: Add case for GENERATOR_IS_MULTI_CONFIG 2017-04-04 09:49:01 -04:00
source_properties-stderr.txt Tests: Add case for legacy source file property behavior 2017-09-25 09:06:35 -04:00
source_properties.cmake Tests: Add case for legacy source file property behavior 2017-09-25 09:06:35 -04:00
target_properties-stderr.txt Add new target-property IMPORTED_GLOBAL. 2017-11-07 15:08:41 +01:00
target_properties.cmake Add new target-property IMPORTED_GLOBAL. 2017-11-07 15:08:41 +01:00
test_properties-stderr.txt tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
test_properties.cmake tests: add tests for querying properties 2015-01-11 11:45:44 -05:00
VariableName-result.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
VariableName-stderr.txt Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
VariableName.cmake Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00