mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
fix typo in basic and core CMakeLists.txt
This commit is contained in:
parent
5d65a75b69
commit
fa54b20584
@ -58,7 +58,7 @@ set(cryptonote_basic_private_headers
|
|||||||
verification_context.h)
|
verification_context.h)
|
||||||
|
|
||||||
monero_private_headers(cryptonote_basic
|
monero_private_headers(cryptonote_basic
|
||||||
${crypto_private_headers})
|
${cryptonote_basic_private_headers})
|
||||||
monero_add_library(cryptonote_basic
|
monero_add_library(cryptonote_basic
|
||||||
${cryptonote_basic_sources}
|
${cryptonote_basic_sources}
|
||||||
${cryptonote_basic_headers}
|
${cryptonote_basic_headers}
|
||||||
|
@ -48,7 +48,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
monero_private_headers(cryptonote_core
|
monero_private_headers(cryptonote_core
|
||||||
${crypto_private_headers})
|
${cryptonote_core_private_headers})
|
||||||
monero_add_library(cryptonote_core
|
monero_add_library(cryptonote_core
|
||||||
${cryptonote_core_sources}
|
${cryptonote_core_sources}
|
||||||
${cryptonote_core_headers}
|
${cryptonote_core_headers}
|
||||||
|
Loading…
Reference in New Issue
Block a user