Stephen Kelly
|
5c559f1113
|
Genex: Enable use of COMPILE_LANGUAGE for compile options.
Follow-ups will allow the use of the generator expression
for compile definitions and include directories for non-IDE
generators.
|
2015-03-09 20:48:57 +01:00 |
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 |
Stephen Kelly
|
24466f22c0
|
Add target_compile_options command.
This command populates the COMPILE_OPTIONS target property.
|
2013-06-02 11:56:37 +02:00 |