This library contains CMake code (files with .cmake extentions),
Python scripts and it is intended for simplification different actions
on the organization of the build environment.
Revisión | addddad53fc0091136a893527891658dad132deb (tree) |
---|---|
Tiempo | 2022-09-12 10:29:03 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Added comment
@@ -1,2 +1,2 @@ | ||
1 | 1 | 13fa8a340a830223078f13ec8b64f39241c1b795 android-cmake |
2 | -dff550b2795513f08d431c5eab0116fdee5892e8 pyrepo | |
2 | +0556a9e3eb8cef3262acbd7be988447b41b14215 pyrepo |
@@ -2,6 +2,8 @@ | ||
2 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
3 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
4 | 4 | |
5 | +# Helper only for target_link_libraries() | |
6 | + | |
5 | 7 | |
6 | 8 | if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.8.11) |
7 | 9 | set(CMT_LINK_PUBLIC "PUBLIC") |