Skip to content

Commit

Permalink
806 AddunG BITE
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Feb 25, 2025
1 parent 439ec79 commit 3d2973d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ AUX_SOURCE_DIRECTORY(abstracttcpserver abstractcpserver_src)
AUX_SOURCE_DIRECTORY(abstracttcpclient abstractcpclient_src)
AUX_SOURCE_DIRECTORY(blockproposal/pusher blockproposalpusher_src)
AUX_SOURCE_DIRECTORY(blockfinalize/client blockfinalizeclient_src)
AUX_SOURCE_DIRECTORY(blockfinalize/received blockfinalizereceived_src)
AUX_SOURCE_DIRECTORY(blockproposal/server blockproposalserver_src)
AUX_SOURCE_DIRECTORY(blockproposal/received blockproposalreceived_src)
AUX_SOURCE_DIRECTORY(blockproposal blockproposal_src)
Expand Down Expand Up @@ -150,6 +149,11 @@ AUX_SOURCE_DIRECTORY(sgxclient sgxclient_src)
if (NOT PL)
AUX_SOURCE_DIRECTORY(oracle oracle_src)
endif()
if (BITE)
AUX_SOURCE_DIRECTORY( bite bite_src)
AUX_SOURCE_DIRECTORY( bite/client bite_client_src)
AUX_SOURCE_DIRECTORY( bite/server bite_server_src)
endif()
AUX_SOURCE_DIRECTORY(rlp rlp_src)


Expand Down Expand Up @@ -197,6 +201,10 @@ if (NOT PL)
SET(SRC_FILES ${SRC_FILES} ${oracle_src})
endif()

if (BITE`)
SET(SRC_FILES ${SRC_FILES} ${bite_src} ${bite_client_src} ${bite_server_src})
endif()


include_directories(. spdlog/include ${BLS_INCLUDE_DIRS} ${DEPS_INSTALL_ROOT}/include libBLS/bls libBLS
"${DEPS_INSTALL_ROOT}/include" ${CMAKE_BINARY_DIR}/deps/include)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3d2973d

Please sign in to comment.