Dropped "bit" from bitmonero.

This commit is contained in:
Randi Joseph 2016-09-26 10:42:29 -04:00
parent e01a9ea507
commit 9e54616924
13 changed files with 31 additions and 31 deletions

View file

@ -66,9 +66,9 @@ else()
set(Blocks "")
endif()
bitmonero_private_headers(cryptonote_core
monero_private_headers(cryptonote_core
${crypto_private_headers})
bitmonero_add_library(cryptonote_core
monero_add_library(cryptonote_core
${cryptonote_core_sources}
${cryptonote_core_headers}
${cryptonote_core_private_headers})