VCPKG - CMakeLists.txt updated to build for vcpkg. 68/222968/5
authorVictor Cebollada <v.cebollada@samsung.com>
Tue, 17 Dec 2019 08:37:21 +0000 (08:37 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 23 Jan 2020 16:04:02 +0000 (16:04 +0000)
commit5910589457c163e8488208dc57f953b19f2491c6
tree9051e124127e0db1f3e691b5e204cc057851a878
parente8e6f0fed1f6c63f3003ae968daab969a8a654fe
VCPKG - CMakeLists.txt updated to build for vcpkg.

* MS Windows dependencies added.

Change-Id: Ife2ffa29da91b24fe3e559b7484b24167095252e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
34 files changed:
README.md
build/tizen/CMakeLists.txt
build/tizen/common.cmake
build/tizen/deps-check.cmake
build/tizen/profiles/windows-profile.cmake [new file with mode: 0644]
dali/internal/accessibility/file.list
dali/internal/adaptor/file.list
dali/internal/clipboard/file.list
dali/internal/graphics/file.list
dali/internal/imaging/file.list
dali/internal/imaging/windows/file-download-win.cpp
dali/internal/input/file.list
dali/internal/system/file.list
dali/internal/window-system/file.list
third-party/file.list
third-party/windows-platform/Win32File/CustomFile.cpp [new file with mode: 0644]
third-party/windows-platform/Win32File/CustomFile.h [new file with mode: 0644]
third-party/windows-platform/Win32File/GetRealFileName.cpp [new file with mode: 0644]
third-party/windows-platform/Win32File/MemFile.cpp [new file with mode: 0644]
third-party/windows-platform/Win32File/OriginalFile.cpp [new file with mode: 0644]
third-party/windows-platform/dirent.h [new file with mode: 0644]
third-party/windows-platform/dlfcn.cpp [new file with mode: 0644]
third-party/windows-platform/dlfcn.h [new file with mode: 0644]
third-party/windows-platform/environment.cpp [new file with mode: 0644]
third-party/windows-platform/extern-definitions.h [new file with mode: 0644]
third-party/windows-platform/netinet/in.h [new file with mode: 0644]
third-party/windows-platform/network.cpp [new file with mode: 0644]
third-party/windows-platform/preprocessor-definitions.h [new file with mode: 0644]
third-party/windows-platform/sys/mman.h [new file with mode: 0644]
third-party/windows-platform/sys/prctl.h [new file with mode: 0644]
third-party/windows-platform/sys/socket.h [new file with mode: 0644]
third-party/windows-platform/sys/time.h [new file with mode: 0644]
third-party/windows-platform/thread.cpp [new file with mode: 0644]
third-party/windows-platform/unistd.h [new file with mode: 0644]