![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
A metronome using the FRDM K64F board
mbed-client/test/mbedclient/utest/includes.txt@0:a7a43371b306, 2017-05-14 (annotated)
- Committer:
- ram54288
- Date:
- Sun May 14 18:40:18 2017 +0000
- Revision:
- 0:a7a43371b306
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ram54288 | 0:a7a43371b306 | 1 | if(TARGET_LIKE_LINUX) |
ram54288 | 0:a7a43371b306 | 2 | include_directories( |
ram54288 | 0:a7a43371b306 | 3 | "../common" |
ram54288 | 0:a7a43371b306 | 4 | "../stub" |
ram54288 | 0:a7a43371b306 | 5 | "../../../../mbed-client" |
ram54288 | 0:a7a43371b306 | 6 | "../../../../source" |
ram54288 | 0:a7a43371b306 | 7 | "../../../../source/include" |
ram54288 | 0:a7a43371b306 | 8 | "../../../../yotta_modules/mbed-client-mbedtls" |
ram54288 | 0:a7a43371b306 | 9 | "../../../../yotta_modules/mbedtls/include" |
ram54288 | 0:a7a43371b306 | 10 | "../../../../yotta_modules/mbed-client-linux/mbed-client-linux" |
ram54288 | 0:a7a43371b306 | 11 | "../../../../yotta_modules/mbed-client-mbed-os" |
ram54288 | 0:a7a43371b306 | 12 | "../../../../yotta_modules/mbed-client-c" |
ram54288 | 0:a7a43371b306 | 13 | "usr/include" |
ram54288 | 0:a7a43371b306 | 14 | "$ENV{CPPUTEST_HOME}/include" |
ram54288 | 0:a7a43371b306 | 15 | ) |
ram54288 | 0:a7a43371b306 | 16 | SET(UTEST_LINK_FLAGS "-fprofile-arcs") |
ram54288 | 0:a7a43371b306 | 17 | endif() |