Add cryptonote_format_utils_basic lib intro'd in v17.2.3

- ceb8e7c508
- added gitignore
This commit is contained in:
j-berman 2021-09-01 23:39:03 -07:00 committed by Lee Clagett
parent 855dfee333
commit aec7c5a0d7
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 net
cryptonote_core cryptonote_core
cryptonote_basic cryptonote_basic
cryptonote_format_utils_basic
ringct ringct
ringct_basic ringct_basic
multisig multisig
@ -67,6 +68,7 @@ set(MONERO_SEARCH_PATHS
"/src" "/src"
"/src/crypto" "/src/crypto"
"/src/crypto/wallet" "/src/crypto/wallet"
"/src/cryptonote_basic"
"/src/lmdb" "/src/lmdb"
"/src/ringct" "/src/ringct"
"/src/rpc" "/src/rpc"