mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 12:38:36 -04:00
cmake: refactor common code with libraries
This commit is contained in:
parent
c773f465ca
commit
55ca7d3b34
7 changed files with 18 additions and 51 deletions
|
@ -39,12 +39,7 @@ set(mnemonics_headers
|
|||
singleton.h
|
||||
spanish.h)
|
||||
|
||||
source_group(mnemonics
|
||||
FILES
|
||||
${mnemonics_sources}
|
||||
${mnemonics_headers})
|
||||
|
||||
add_library(mnemonics
|
||||
bitmonero_add_library(mnemonics
|
||||
${mnemonics_sources}
|
||||
${mnemonics_headers})
|
||||
target_link_libraries(mnemonics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue