Ram Gandikota
/
IOTMetronome
FRDM K64F Metronome
mbed-client/test/mbedclient/utest/includes.txt@0:dbad57390bd1, 2017-05-14 (annotated)
- Committer:
- ram54288
- Date:
- Sun May 14 18:37:05 2017 +0000
- Revision:
- 0:dbad57390bd1
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ram54288 | 0:dbad57390bd1 | 1 | if(TARGET_LIKE_LINUX) |
ram54288 | 0:dbad57390bd1 | 2 | include_directories( |
ram54288 | 0:dbad57390bd1 | 3 | "../common" |
ram54288 | 0:dbad57390bd1 | 4 | "../stub" |
ram54288 | 0:dbad57390bd1 | 5 | "../../../../mbed-client" |
ram54288 | 0:dbad57390bd1 | 6 | "../../../../source" |
ram54288 | 0:dbad57390bd1 | 7 | "../../../../source/include" |
ram54288 | 0:dbad57390bd1 | 8 | "../../../../yotta_modules/mbed-client-mbedtls" |
ram54288 | 0:dbad57390bd1 | 9 | "../../../../yotta_modules/mbedtls/include" |
ram54288 | 0:dbad57390bd1 | 10 | "../../../../yotta_modules/mbed-client-linux/mbed-client-linux" |
ram54288 | 0:dbad57390bd1 | 11 | "../../../../yotta_modules/mbed-client-mbed-os" |
ram54288 | 0:dbad57390bd1 | 12 | "../../../../yotta_modules/mbed-client-c" |
ram54288 | 0:dbad57390bd1 | 13 | "usr/include" |
ram54288 | 0:dbad57390bd1 | 14 | "$ENV{CPPUTEST_HOME}/include" |
ram54288 | 0:dbad57390bd1 | 15 | ) |
ram54288 | 0:dbad57390bd1 | 16 | SET(UTEST_LINK_FLAGS "-fprofile-arcs") |
ram54288 | 0:dbad57390bd1 | 17 | endif() |