You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`include-directories`|[`target_include_directories`](https://cmake.org/cmake/help/latest/command/target_include_directories.html)| Adds include directories. |
|`link-libraries`|[`target_link_libraries`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html)| Adds library dependencies. Use `::mylib` to make sure a target exists. |
|`properties`|[`set_target_properties`](https://cmake.org/cmake/help/latest/command/set_target_properties.html)| See [properties on targets](https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html#properties-on-targets) for more information. |
0 commit comments