提交 686b146d 编写于 作者: B Bart Wyatt

nail in coffin

上级 e4db7558
file(GLOB HEADERS "include/eos/native_contract/*.hpp")
## SORT .cpp by most likely to change / break compile
add_library( eos_native_contract
eos_contract.cpp
producer_objects.cpp
staked_balance_objects.cpp
native_contract_chain_initializer.cpp
native_contract_chain_administrator.cpp
genesis_state.cpp
${HEADERS}
)
target_link_libraries( eos_native_contract eos_chain fc )
target_include_directories( eos_native_contract
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" "${CMAKE_CURRENT_BINARY_DIR}/include" )
INSTALL( TARGETS
eos_native_contract
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
INSTALL( FILES ${HEADERS} DESTINATION "include/eos/native_contract" )
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册