Added CMake build system 68/144968/3
authorDavid Steele <david.steele@samsung.com>
Fri, 18 Aug 2017 20:14:36 +0000 (21:14 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 21 Aug 2017 15:39:09 +0000 (16:39 +0100)
commitf2594e6731131985fc446658583aeec8657bcee5
tree4e3ab627e03d3acd86b325fa50624bf3d41105af
parentc4bcd2ba8788f14732a52b0715e8e330b022cca8
Added CMake build system

Added a secondary folder build/tizen-cmake which implements a CMake equivalent of
autotools

Ensured coverage rules work fine.

(Note, doesn't have a pkg-config setup, as dali-core doesn't need one)

Change-Id: I14901695eabc0c8f8b6462b6e0c46dfa1664e750
Signed-off-by: David Steele <david.steele@samsung.com>
.gitignore
build/tizen-cmake/CMakeLists.txt [new file with mode: 0644]
build/tizen-cmake/dali-core.pc.in [new file with mode: 0644]
build/tizen/Makefile.am
dali/devel-api/CMakeLists.txt [new file with mode: 0644]
dali/integration-api/CMakeLists.txt [new file with mode: 0644]
dali/internal/CMakeLists.txt [new file with mode: 0644]
dali/public-api/CMakeLists.txt [new file with mode: 0644]