CMake/Tests/CMakeCommands
Stephen Kelly dede273193 target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.
This has not been allowed since they were introduced in
commit 91438222 (target_link_libraries: Add LINK_(PUBLIC|PRIVATE)
options, 2011-10-07), but allowing this form makes it more compatible
with the newer PUBLIC and PRIVATE keywords.
2013-10-17 17:37:20 +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 target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords. 2013-10-17 17:37:20 +02:00