mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
8c56d13382
By default, Linux uses a locally-built version of core that is prepared in an independent working copy of the realm-core git repository. Support is also added for using an existing local build of core on both OS X and Linux . This can be done by running `cmake -DREALM_CORE_VERSION=/path/to/realm-core`. The generated build system will invoke `sh build.sh build` within the given directory prior to building the object store.
14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
# CMake
|
|
.ninja_deps
|
|
.ninja_log
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
Makefile
|
|
build.ninja
|
|
cmake_install.cmake
|
|
rules.ninja
|
|
|
|
# Build products
|
|
src/librealm-object-store.*
|
|
tests/tests
|