diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 18:00:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 18:03:37 +0300 |
commit | d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc (patch) | |
tree | 36834e3fe8a8f06e589cc4aff90cf3a8271c2857 /cmake/toolchains/README.md | |
parent | common.cmake: don't use keyword- target_link_libraries (diff) | |
download | cmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.tar.gz cmake-common-d7bd2e3d50d5b5b51f5af28343a6f03ed2efbcfc.zip |
rearrange all files completely
Diffstat (limited to 'cmake/toolchains/README.md')
-rw-r--r-- | cmake/toolchains/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/toolchains/README.md b/cmake/toolchains/README.md new file mode 100644 index 0000000..0e46391 --- /dev/null +++ b/cmake/toolchains/README.md @@ -0,0 +1,3 @@ +Use the toolchain files by passing something like +`-DCMAKE_TOOLCHAIN_FILE=path/to/cmake-common/toolchains/toolchain.cmake` to +`cmake`. |