diff options
author | Randi Joseph <randi@codehalo.com> | 2016-09-26 10:42:29 -0400 |
---|---|---|
committer | Randi Joseph <randi@codehalo.com> | 2016-09-26 17:22:30 -0400 |
commit | 9e54616924c781def53f7f6ece73c0d921e81995 (patch) | |
tree | 9bcf4ba91aafe9fe017768d6081c12445e9bb670 /src/common/CMakeLists.txt | |
parent | Merge pull request #1117 (diff) | |
download | monero-9e54616924c781def53f7f6ece73c0d921e81995.tar.xz |
Dropped "bit" from bitmonero.
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 744559072..6bf8b1777 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -55,9 +55,9 @@ set(common_private_headers i18n.h stack_trace.h) -bitmonero_private_headers(common +monero_private_headers(common ${common_private_headers}) -bitmonero_add_library(common +monero_add_library(common ${common_sources} ${common_headers} ${common_private_headers}) @@ -73,5 +73,5 @@ target_link_libraries(common PRIVATE ${EXTRA_LIBRARIES}) -#bitmonero_install_headers(common +#monero_install_headers(common # ${common_headers}) |