CMake support 95/214795/18
authoradam.b <adam.b@samsung.com>
Mon, 14 Oct 2019 14:07:56 +0000 (15:07 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 16 Oct 2019 14:37:15 +0000 (15:37 +0100)
commitfb61550e3f8d7eb11d74a19d07228f8bd16692c2
treefece3b0317aa71f0cc73d072de5d987baac0229c
parent5b1d022a499d3d133a1bbf9c25b8a1bf61216764
CMake support

Added CMake support to the Adaptor

Change-Id: I9c8875d7046d9f7853932b24758149a012f8cdda
56 files changed:
build/tizen/.gitignore
build/tizen/CMakeLists.txt [new file with mode: 0644]
build/tizen/Makefile.am [deleted file]
build/tizen/adaptor/.gitignore [deleted file]
build/tizen/adaptor/Makefile.am [deleted file]
build/tizen/adaptor/configure.ac [deleted file]
build/tizen/adaptor/module.list [deleted file]
build/tizen/common.cmake [new file with mode: 0644]
build/tizen/configure.ac [deleted file]
build/tizen/dali-adaptor-integration.pc.in [moved from build/tizen/adaptor/dali-adaptor-integration.pc.in with 78% similarity]
build/tizen/dali-adaptor.pc.in [moved from build/tizen/adaptor/dali-adaptor.pc.in with 68% similarity]
build/tizen/deps-check.cmake [new file with mode: 0644]
build/tizen/linker-test.cpp [moved from build/tizen/adaptor/linker-test.cpp with 100% similarity]
build/tizen/module-list.cmake [new file with mode: 0644]
build/tizen/plugins/.gitignore [deleted file]
build/tizen/plugins/CMakeLists.txt [new file with mode: 0644]
build/tizen/plugins/Makefile.am [deleted file]
build/tizen/plugins/configure.ac [deleted file]
build/tizen/profiles/android-profile.cmake [new file with mode: 0644]
build/tizen/profiles/common-profile.cmake [new file with mode: 0644]
build/tizen/profiles/ivi-profile.cmake [new file with mode: 0644]
build/tizen/profiles/mobile-profile.cmake [new file with mode: 0644]
build/tizen/profiles/tizen-post-install.cmake [new file with mode: 0644]
build/tizen/profiles/tv-profile.cmake [new file with mode: 0644]
build/tizen/profiles/ubuntu-profile.cmake [new file with mode: 0644]
build/tizen/profiles/wearable-profile.cmake [new file with mode: 0644]
build/tizen/rename-cov-data [new file with mode: 0755]
build/tizen/system-cache-path.in [moved from build/tizen/adaptor/system-cache-path.in with 100% similarity]
dali/devel-api/file.list [changed mode: 0755->0644]
dali/file.list
dali/integration-api/file.list [changed mode: 0755->0644]
dali/internal/accessibility/file.list
dali/internal/adaptor-framework/file.list
dali/internal/adaptor/file.list
dali/internal/clipboard/file.list
dali/internal/graphics/file.list
dali/internal/haptics/file.list
dali/internal/imaging/file.list [changed mode: 0755->0644]
dali/internal/input/file.list [changed mode: 0755->0644]
dali/internal/legacy/file.list
dali/internal/network/file.list
dali/internal/sensor/file.list
dali/internal/styling/file.list
dali/internal/system/file.list [changed mode: 0755->0644]
dali/internal/text/file.list [changed mode: 0755->0644]
dali/internal/thread/file.list
dali/internal/trace/file.list
dali/internal/vector-animation/file.list
dali/internal/video/file.list
dali/internal/web-engine/file.list
dali/internal/window-system/file.list
dali/public-api/file.list [changed mode: 0755->0644]
doc/file.list
packaging/dali-adaptor.spec
plugins/file.list
third-party/file.list [changed mode: 0755->0644]