diff options
Diffstat (limited to 'Help/dev/try_compile-linker-language.rst')
-rw-r--r-- | Help/dev/try_compile-linker-language.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/dev/try_compile-linker-language.rst b/Help/dev/try_compile-linker-language.rst new file mode 100644 index 0000000..8482dee --- /dev/null +++ b/Help/dev/try_compile-linker-language.rst @@ -0,0 +1,6 @@ +try_compile-linker-language +--------------------------- + +* The :command:`try_compile` and :command:`try_run` commands gained a + ``LINKER_LANGUAGE`` option to specify the :prop_tgt:`LINKER_LANGUAGE` + target property in the generated test project. |