Created
October 1, 2023 17:52
-
-
Save jwerle/aecdbd58cb05311d88aa7a7daa34b6a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1]+ Stopped vim compile_flags.txt | |
[meta] | |
name = "realm-cpp-test" | |
version = "1.0.0" | |
description = "" | |
[meta.bundle] | |
identifier = co.socketsupply.realm-cpp-test | |
[build] | |
name = "realm-cpp-test" | |
output = build/ | |
[build.copy-map] | |
./index.html = "index.html" | |
[build.extensions] | |
realm-cpp-test[] = extension.cc | |
realm-cpp-test[] = src/libcpprealm.a | |
realm-cpp-test[] = realm-core/src/realm/librealm.a | |
realm-cpp-test[] = realm-core/src/realm/sync/librealm-sync.a | |
realm-cpp-test[] = realm-core/src/realm/parser/librealm-parser.a | |
realm-cpp-test[] = realm-core/src/realm/object-store/librealm-object-store.a | |
realm-cpp-test[] = realm-core/src/realm/object-store/c_api/librealm-ffi-static.a | |
[build.extensions.realm-cpp-test.compiler] | |
flags[] = -DREALM_HAVE_UV | |
flags[] = -I../src | |
flags[] = -I../realm-core/src | |
flags[] = -Irealm-core/src | |
flags[] = -I/opt/homebrew/Cellar/openssl@3/3.1.2/include | |
[build.extensions.realm-cpp-test.linker] | |
flags[] = -framework Foundation | |
flags[] = -framework Security | |
flags[] = -L/opt/homebrew/Cellar/openssl@3/3.1.2/lib -lcurl -lssl -lcrypto -lz -lcompression |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment