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.
mbed-client/test/mbedclient/utest/includes.txt
- Committer:
- djmeyers
- Date:
- 2017-03-18
- Revision:
- 0:06ee5f8a484a
File content as of revision 0:06ee5f8a484a:
if(TARGET_LIKE_LINUX)
include_directories(
"../common"
"../stub"
"../../../../mbed-client"
"../../../../source"
"../../../../source/include"
"../../../../yotta_modules/mbed-client-mbedtls"
"../../../../yotta_modules/mbedtls/include"
"../../../../yotta_modules/mbed-client-linux/mbed-client-linux"
"../../../../yotta_modules/mbed-client-mbed-os"
"../../../../yotta_modules/mbed-client-c"
"usr/include"
"$ENV{CPPUTEST_HOME}/include"
)
SET(UTEST_LINK_FLAGS "-fprofile-arcs")
endif()