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/CMakeLists.txt | |
parent | Merge pull request #1117 (diff) | |
download | monero-9e54616924c781def53f7f6ece73c0d921e81995.tar.xz |
Dropped "bit" from bitmonero.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 31694cf81..fc7d60e4c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,13 +34,13 @@ if (WIN32 OR STATIC) add_definitions(-DMINIUPNP_STATICLIB) endif () -function (bitmonero_private_headers group) +function (monero_private_headers group) source_group("${group}\\Private" FILES ${ARGN}) endfunction () -function (bitmonero_install_headers subdir) +function (monero_install_headers subdir) install( FILES ${ARGN} DESTINATION "include/${subdir}" @@ -58,7 +58,7 @@ function (enable_stack_trace target) endif() endfunction() -function (bitmonero_add_executable name) +function (monero_add_executable name) source_group("${name}" FILES ${ARGN}) @@ -77,7 +77,7 @@ function (bitmonero_add_executable name) enable_stack_trace("${name}") endfunction () -function (bitmonero_add_library name) +function (monero_add_library name) source_group("${name}" FILES ${ARGN}) |