forked from such-gitea/wownero-lws
Add cryptonote_format_utils_basic lib intro'd in v17.2.3
- ceb8e7c508
- added gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/build
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user