1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

move cli/src to src and combine all CMakeLists.txt

This commit is contained in:
Henrik Hautakoski 2020-03-16 14:10:10 +01:00
parent c3640c034f
commit 1075481b2e
34 changed files with 87 additions and 92 deletions

View file

@ -1,7 +0,0 @@
if (UNIX)
configure_file( eosio-keygen.1.in ${PROJECT_BINARY_DIR}/man1/eosio-keygen.1 )
install(DIRECTORY ${PROJECT_BINARY_DIR}/man1
DESTINATION ${CMAKE_INSTALL_MANDIR})
endif (UNIX)