2017-11-17 17:22:34 +05:30
|
|
|
add_subdirectory (c)
|
|
|
|
|
add_subdirectory (platform)
|
2014-05-15 22:47:38 +01:00
|
|
|
|
2016-12-23 15:50:56 +00:00
|
|
|
if (NOT ANDROID_TOOLCHAIN)
|
|
|
|
|
add_subdirectory (c++)
|
|
|
|
|
endif ()
|
2014-05-22 14:23:47 +01:00
|
|
|
|
2015-11-11 13:43:46 -08:00
|
|
|
install (DIRECTORY ${PROJECT_SOURCE_DIR}/examples/ DESTINATION ${CMAKE_INSTALL_DATADIR}/mraa/examples)
|