CMake/Tests/RunCMake/add_library
Deniz Bahadir fe4b25ec2f Teach target_* commands to set INTERFACE properties of IMPORTED targets
Now, several `INTERFACE_*` properties can be set on `IMPORTED` targets,
not only via `set_property` and `set_target_properties` but also via
`target_compile_definitions`, `target_compile_features`,
`target_compile_options`, `target_include_directories`, `target_sources`
and `target_link_libraries`.

Fixes: #15689
Issue: #17197
2017-10-26 09:11:04 -04:00
..
CMakeLists.txt
INTERFACEwithNoSources.cmake
INTERFACEwithNoSourcesButLinkObjects.cmake
INTERFACEwithOnlyObjectSources.cmake
MODULEwithNoSources-result.txt
MODULEwithNoSources-stderr.txt
MODULEwithNoSources.cmake
MODULEwithNoSourcesButLinkObjects-result.txt
MODULEwithNoSourcesButLinkObjects-stderr.txt
MODULEwithNoSourcesButLinkObjects.cmake
MODULEwithOnlyObjectSources.cmake
OBJECTwithNoSources-result.txt
OBJECTwithNoSources-stderr.txt
OBJECTwithNoSources.cmake
OBJECTwithNoSourcesButLinkObjects-result.txt
OBJECTwithNoSourcesButLinkObjects-stderr.txt
OBJECTwithNoSourcesButLinkObjects.cmake
OBJECTwithOnlyObjectSources-result.txt
OBJECTwithOnlyObjectSources-stderr.txt
OBJECTwithOnlyObjectSources.cmake
RunCMakeTest.cmake
SHAREDwithNoSources-result.txt
SHAREDwithNoSources-stderr.txt
SHAREDwithNoSources.cmake
SHAREDwithNoSourcesButLinkObjects-result.txt
SHAREDwithNoSourcesButLinkObjects-stderr.txt
SHAREDwithNoSourcesButLinkObjects.cmake
SHAREDwithOnlyObjectSources.cmake
STATICwithNoSources-result.txt
STATICwithNoSources-stderr.txt
STATICwithNoSources.cmake
STATICwithNoSourcesButLinkObjects-result.txt
STATICwithNoSourcesButLinkObjects-stderr.txt
STATICwithNoSourcesButLinkObjects.cmake
STATICwithOnlyObjectSources.cmake
test.cpp
UNKNOWNwithNoSources.cmake
UNKNOWNwithNoSourcesButLinkObjects.cmake Teach target_* commands to set INTERFACE properties of IMPORTED targets 2017-10-26 09:11:04 -04:00
UNKNOWNwithOnlyObjectSources-result.txt
UNKNOWNwithOnlyObjectSources-stderr.txt
UNKNOWNwithOnlyObjectSources.cmake