mirror of
https://github.com/monero-project/monero.git
synced 2026-01-23 04:44:23 +01:00
Cleanup. Dropped "bit" from bitmonero.
This commit is contained in:
@@ -27,13 +27,13 @@
|
|||||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.6)
|
cmake_minimum_required (VERSION 2.6)
|
||||||
project (bitmonero CXX)
|
project (monero CXX)
|
||||||
|
|
||||||
file(GLOB CRYPTONOTE_PROTOCOL *)
|
file(GLOB CRYPTONOTE_PROTOCOL *)
|
||||||
source_group(cryptonote_protocol FILES ${CRYPTONOTE_PROTOCOL})
|
source_group(cryptonote_protocol FILES ${CRYPTONOTE_PROTOCOL})
|
||||||
|
|
||||||
#bitmonero_private_headers(cryptonote_protocol ${CRYPTONOTE_PROTOCOL})
|
#monero_private_headers(cryptonote_protocol ${CRYPTONOTE_PROTOCOL})
|
||||||
bitmonero_add_library(cryptonote_protocol ${CRYPTONOTE_PROTOCOL})
|
monero_add_library(cryptonote_protocol ${CRYPTONOTE_PROTOCOL})
|
||||||
target_link_libraries(cryptonote_protocol
|
target_link_libraries(cryptonote_protocol
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${EXTRA_LIBRARIES})
|
${EXTRA_LIBRARIES})
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ source_group(p2p FILES ${P2P})
|
|||||||
|
|
||||||
#add_library(p2p ${P2P})
|
#add_library(p2p ${P2P})
|
||||||
|
|
||||||
#bitmonero_private_headers(p2p ${P2P})
|
#monero_private_headers(p2p ${P2P})
|
||||||
bitmonero_add_library(p2p ${P2P})
|
monero_add_library(p2p ${P2P})
|
||||||
target_link_libraries(p2p
|
target_link_libraries(p2p
|
||||||
PUBLIC
|
PUBLIC
|
||||||
${UPNP_LIBRARIES}
|
${UPNP_LIBRARIES}
|
||||||
|
|||||||
Reference in New Issue
Block a user