File: CMakeLists.txt

package info (click to toggle)
visp 3.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 166,332 kB
  • sloc: cpp: 392,705; ansic: 224,448; xml: 23,444; python: 13,701; java: 4,792; sh: 206; objc: 145; makefile: 60
file content (11 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# ----------------------------------------------------------------------------
#  CMake file for Android samples. See root CMakeLists.txt
#
# ----------------------------------------------------------------------------

install(DIRECTORY android/app DESTINATION ${ANDROID_INSTALL_SAMPLES_DIR})
install(DIRECTORY android/gradle DESTINATION ${ANDROID_INSTALL_SAMPLES_DIR})
install(FILES android/settings.gradle DESTINATION ${ANDROID_INSTALL_SAMPLES_DIR})
install(FILES android/build.gradle DESTINATION ${ANDROID_INSTALL_SAMPLES_DIR})
configure_file("android/local.properties.in" "${ANDROID_TMP_INSTALL_BASE_DIR}/${ANDROID_INSTALL_SAMPLES_DIR}/local.properties" @ONLY)
install(FILES "${ANDROID_TMP_INSTALL_BASE_DIR}/${ANDROID_INSTALL_SAMPLES_DIR}/local.properties" DESTINATION "${ANDROID_INSTALL_SAMPLES_DIR}" COMPONENT samples)