Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 5:275d6c408fa3, committed 2021-09-02
- Comitter:
- ccli8
- Date:
- Thu Sep 02 17:40:43 2021 +0800
- Parent:
- 4:3c62ba1807ac
- Commit message:
- Enable cmake
Changed in this revision
CMakeLists.txt | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CMakeLists.txt Thu Sep 02 17:40:43 2021 +0800 @@ -0,0 +1,9 @@ +# Copyright (c) 2020 ARM Limited. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 + +add_library(FP INTERFACE) + +target_include_directories(FP + INTERFACE + . +)