mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
f19bab76bd
The dynamic library makes it easy to verify that there are no linker errors when building the object store, while the static library is easier for a binding to consume. This also tweaks how the library targets are defined to ensure that other CMake projects that pull in the libraries automatically get the right include paths and link to the appropriate libraries.
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
# CMake
|
|
.ninja_deps
|
|
.ninja_log
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
Makefile
|
|
build.ninja
|
|
cmake_install.cmake
|
|
rules.ninja
|
|
|
|
# Build products
|
|
src/librealm-object-store.dylib
|
|
src/librealm-object-store-static.a
|
|
tests/tests
|