diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-04-21 12:10:54 +0200 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-06-11 21:20:51 +0200 |
commit | c19f0cbdea7123cb39570da59fafc8a242c88054 (patch) | |
tree | 9f4f8dfd1d5a8d1af52c7bfa9d414c3fbef49117 /contrib/epee/src/CMakeLists.txt | |
parent | Merge pull request #7751 (diff) | |
download | monero-c19f0cbdea7123cb39570da59fafc8a242c88054.tar.xz |
Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp
Diffstat (limited to 'contrib/epee/src/CMakeLists.txt')
-rw-r--r-- | contrib/epee/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt index 7bc75caf3..3c5eb49e9 100644 --- a/contrib/epee/src/CMakeLists.txt +++ b/contrib/epee/src/CMakeLists.txt @@ -31,7 +31,7 @@ set(EPEE_INCLUDE_DIR_BASE "${CMAKE_CURRENT_SOURCE_DIR}/../include") # Add headers to the file list, to be able to search for them and autosave in IDEs. monero_find_all_headers(EPEE_HEADERS_PUBLIC "${EPEE_INCLUDE_DIR_BASE}") -monero_add_library(epee byte_slice.cpp byte_stream.cpp hex.cpp abstract_http_client.cpp http_auth.cpp mlog.cpp net_helper.cpp net_utils_base.cpp string_tools.cpp +monero_add_library(epee byte_slice.cpp byte_stream.cpp hex.cpp abstract_http_client.cpp http_auth.cpp mlog.cpp net_helper.cpp net_utils_base.cpp string_tools.cpp parserse_base_utils.cpp wipeable_string.cpp levin_base.cpp memwipe.c connection_basic.cpp network_throttle.cpp network_throttle-detail.cpp mlocker.cpp buffer.cpp net_ssl.cpp int-util.cpp portable_storage.cpp misc_language.cpp |