CMake/Tests/CMakeCommands
Stephen Kelly c0b8682200 Allow target commands to be invoked with no items (#14325).
Code such as

 target_include_directories(foo PRIVATE ${items})

should not work or break based on whether items is defined or not.
2013-07-31 16:06:34 +02:00
..
add_compile_options Introduce add_compile_options command. 2013-06-04 11:36:55 +02:00
target_compile_definitions Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_compile_options Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_include_directories Allow target commands to be invoked with no items (#14325). 2013-07-31 16:06:34 +02:00
target_link_libraries cmTarget: Fix iface libraries and languages for static libraries. 2013-07-26 15:15:42 +02:00