diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-07-08 18:18:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-02 21:14:02 (GMT) |
commit | 9407174b1a0f1b4f8edf7fe08cc85ab6e990d59f (patch) | |
tree | c8f774f994fd696ff0189294c3a4cceefc642796 /Help/manual/cmake-commands.7.rst | |
parent | 81ad69e056d6c6dd2360e3345f6d99f268ee9e54 (diff) | |
download | CMake-9407174b1a0f1b4f8edf7fe08cc85ab6e990d59f.zip CMake-9407174b1a0f1b4f8edf7fe08cc85ab6e990d59f.tar.gz CMake-9407174b1a0f1b4f8edf7fe08cc85ab6e990d59f.tar.bz2 |
target_sources: New command to add sources to target.
Diffstat (limited to 'Help/manual/cmake-commands.7.rst')
-rw-r--r-- | Help/manual/cmake-commands.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst index fb0d2b5..4b1dbed 100644 --- a/Help/manual/cmake-commands.7.rst +++ b/Help/manual/cmake-commands.7.rst @@ -94,6 +94,7 @@ These commands may be used freely in CMake projects. /command/target_compile_options /command/target_include_directories /command/target_link_libraries + /command/target_sources /command/try_compile /command/try_run /command/unset |