File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 5858endif ()
5959set (CMAKE_POSITION_INDEPENDENT_CODE ON )
6060
61+ include (cmake/introspection.cmake)
62+
6163add_subdirectory (src)
6264
6365message ("\n " )
Original file line number Diff line number Diff line change 4242/* Define to the version of this package. */
4343#define PACKAGE_VERSION "@PROJECT_VERSION@"
4444
45+ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
46+ significant byte first (like Motorola and SPARC, unlike Intel). */
47+ #cmakedefine WORDS_BIGENDIAN 1
48+
4549#endif //BITCOIN_CONFIG_H
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2023 The Bitcoin Core developers
2+ # Distributed under the MIT software license, see the accompanying
3+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
5+ include (TestBigEndian)
6+
7+ test_big_endian(WORDS_BIGENDIAN)
You can’t perform that action at this time.
0 commit comments