Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex: Enable use of COMPILE_LANGUAGE for compile options. | Stephen Kelly | 2015-03-09 | 3 | -0/+56 |
| | | | | | | Follow-ups will allow the use of the generator expression for compile definitions and include directories for non-IDE generators. | ||||
* | Allow target commands to be invoked with no items (#14325). | Stephen Kelly | 2013-07-31 | 1 | -0/+5 |
| | | | | | | | | Code such as target_include_directories(foo PRIVATE ${items}) should not work or break based on whether items is defined or not. | ||||
* | Add target_compile_options command. | Stephen Kelly | 2013-06-02 | 3 | -0/+71 |
This command populates the COMPILE_OPTIONS target property. |