GitHub user jondong opened a pull request:
https://github.com/apache/incubator-weex/pull/1195
* [Core] Reorganized the CMake build files.
This patch fixed some of the issues in CMake build config and related
files, which includes:
1. Renamed the project as "WeexCore", also renamed the corresponding
libraries as libweexcore and libweexipc, which better described
the project current status.
2. Splitted the source files into COMMON_SRCS which are platform
irrelevant, as well as ANDROID_SRCS which are platform relevant.
3. Removed some unnecessary includes and links.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jondong/incubator-weex cmake
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1195.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1195
----
commit d43f3660c06885de82721bc9dd389308d2e121e7
Author: Jonathan Dong <jondong.community@...>
Date: 2018-05-22T13:34:48Z
* [Core] Reorganized the CMake build files.
This patch fixed some of the issues in CMake build config and related
files, which includes:
1. Renamed the project as "WeexCore", also renamed the corresponding
libraries as libweexcore and libweexipc, which better described
the project current status.
2. Splitted the source files into COMMON_SRCS which are platform
irrelevant, as well as ANDROID_SRCS which are platform relevant.
3. Removed some unnecessary includes and links.
----
---