diff options
author | Wootak Jung <wootak.jung@samsung.com> | 2022-03-11 12:37:51 +0900 |
---|---|---|
committer | Wootak Jung <wootak.jung@samsung.com> | 2022-03-11 12:37:51 +0900 |
commit | 99d72c97877d28819b539eab2ad497306a048676 (patch) | |
tree | ca6583d296dee7fdc8c33d8fcbc6a59eea593eef /CMakeLists.txt | |
parent | 968cb4e7a4f47935d3063097ddbef2bf6487cef9 (diff) | |
download | bluetooth-usb-accepted/tizen_8.0_unified.tar.gz bluetooth-usb-accepted/tizen_8.0_unified.tar.bz2 bluetooth-usb-accepted/tizen_8.0_unified.zip |
Remove unnecessary license filetizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220311.041706accepted/tizen/unified/20220314.125155accepted/tizen/8.0/unified/20231005.094438accepted/tizen/7.0/unified/hotfix/20221116.110352accepted/tizen/7.0/unified/20221110.063154tizen_8.0tizen_7.0_hotfixtizen_7.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Change-Id: I44ed350100b6744df21ecbf3f71397a4fc892f77
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7674b9e..129f748 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ ENDFOREACH(flag) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}") INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.APLv2 DESTINATION ${HAL_LICENSE_DIR}/${PROJECT_NAME}) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.Broadcom DESTINATION ${HAL_LICENSE_DIR}/${PROJECT_NAME}) ADD_SUBDIRECTORY(scripts) ADD_SUBDIRECTORY(src) |