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.
Dependencies: 4DGL-uLCD-SE Physac-MBED PinDetect SDFileSystem mbed-rtos mbed
Fusion/CMakeLists.txt@8:005b0a85be70, 2022-11-15 (annotated)
- Committer:
- jstephens78
- Date:
- Tue Nov 15 05:42:41 2022 +0000
- Revision:
- 8:005b0a85be70
Playing with Fusion AHRS
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jstephens78 | 8:005b0a85be70 | 1 | file(GLOB_RECURSE files "*.c") |
| jstephens78 | 8:005b0a85be70 | 2 | |
| jstephens78 | 8:005b0a85be70 | 3 | add_library(Fusion ${files}) |
| jstephens78 | 8:005b0a85be70 | 4 | |
| jstephens78 | 8:005b0a85be70 | 5 | if(UNIX AND NOT APPLE) |
| jstephens78 | 8:005b0a85be70 | 6 | target_link_libraries(Fusion m) # link math library for Linux |
| jstephens78 | 8:005b0a85be70 | 7 | endif() |