Merge pull request #21 from j-berman/build-patch

Add cryptonote_format_utils_basic lib intro'd in monerod v17.2.3
This commit is contained in:
Lee *!* Clagett 2021-09-02 17:18:25 -04:00 committed by GitHub
commit 6706aad5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/build

View file

@ -40,6 +40,7 @@ set(MONERO_LIBRARIES
net
cryptonote_core
cryptonote_basic
cryptonote_format_utils_basic
ringct
ringct_basic
multisig
@ -67,6 +68,7 @@ set(MONERO_SEARCH_PATHS
"/src"
"/src/crypto"
"/src/crypto/wallet"
"/src/cryptonote_basic"
"/src/lmdb"
"/src/ringct"
"/src/rpc"