VCPKG - Solution added to build DALi demo with VCPKG 42/223042/4
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 22 Jan 2020 08:28:53 +0000 (08:28 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Wed, 22 Jan 2020 15:31:33 +0000 (15:31 +0000)
commit70de6f4c2d981458544c7f1d64624dd14e293914
treee6c99ad55cca50ef477e2d9b84545c77aefdf455
parent54c17eb04db98c2fc72f986b06120d32ff139b36
VCPKG - Solution added to build DALi demo with VCPKG

* Code added to execute a process from Windows or Unix.

Change-Id: Ie28ecb8bb880dfa12f47f033ada3a8b8826e5787
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
build/tizen/demo/CMakeLists.txt
build/tizen/examples-reel/CMakeLists.txt
build/tizen/tests-reel/CMakeLists.txt
shared/dali-table-view.cpp
shared/execute-process-unix.cpp [new file with mode: 0644]
shared/execute-process-win.cpp [new file with mode: 0644]
shared/execute-process.h [new file with mode: 0644]