Skip to content

Commit 27d4c21

Browse files
committed
changed cmakelists.txt
1 parent 94c545c commit 27d4c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UVM/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else()
1212
set(APPLE TRUE)
1313
endif()
1414

15-
add_executable(${PROJECT_NAME} main.cpp BlockHandler.cpp BlockHandler.h Opcodes.h error_handling/Result.h Blockchain_core/Block.cpp Blockchain_core/Block.h Blockchain_core/Transaction.cpp Blockchain_core/Transaction.h Blockchain_core/Crypto/Keccak/kec256.cpp Blockchain_core/Crypto/Keccak/kec256.h ENV/env.h Blockchain_core/Hex.h Blockchain_core/Wallet/WalletAccount.cpp Blockchain_core/Wallet/WalletAccount.h Blockchain_core/Token/Token.cpp Blockchain_core/Token/Token.h error_handling/Optional.h Server/Server.cpp Server/Server.h Blockchain_core/DB/DB.cpp Blockchain_core/DB/DB.h Blockchain_core/DB/JSON_merger/JsonMergeOperator.cpp Blockchain_core/DB/JSON_merger/JsonMergeOperator.h Blockchain_core/Crypto/SHA512/SHA512.cpp Blockchain_core/Crypto/SHA512/SHA512.h Blockchain_core/Crypto/HMAC_512/HMAC_512.cpp Blockchain_core/Crypto/HMAC_512/HMAC_512.h Blockchain_core/Merkle/MerkleTree.cpp Blockchain_core/Merkle/MerkleTree.h Blockchain_core/Crypto/SHA3/sha3.cpp Blockchain_core/Crypto/SHA3/sha3.h)
15+
add_executable(${PROJECT_NAME} main.cpp BlockHandler.cpp BlockHandler.h Opcodes.h Blockchain_core/Block.cpp Blockchain_core/Block.h Blockchain_core/Transaction.cpp Blockchain_core/Transaction.h Blockchain_core/Crypto/Keccak/kec256.cpp Blockchain_core/Crypto/Keccak/kec256.h ENV/env.h Blockchain_core/Hex.h Blockchain_core/Wallet/WalletAccount.cpp Blockchain_core/Wallet/WalletAccount.h Blockchain_core/Token/Token.cpp Blockchain_core/Token/Token.h Server/Server.cpp Server/Server.h Blockchain_core/DB/DB.cpp Blockchain_core/DB/DB.h Blockchain_core/DB/JSON_merger/JsonMergeOperator.cpp Blockchain_core/DB/JSON_merger/JsonMergeOperator.h Blockchain_core/Crypto/SHA512/SHA512.cpp Blockchain_core/Crypto/SHA512/SHA512.h Blockchain_core/Crypto/HMAC_512/HMAC_512.cpp Blockchain_core/Crypto/HMAC_512/HMAC_512.h Blockchain_core/Merkle/MerkleTree.cpp Blockchain_core/Merkle/MerkleTree.h Blockchain_core/Crypto/SHA3/sha3.cpp Blockchain_core/Crypto/SHA3/sha3.h)
1616

1717
if(LINUX)
1818
message(STATUS ">>> Linux found")

0 commit comments

Comments
 (0)