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

cmake: split CMakeLists into multiple directories.

This commit is contained in:
Henrik Hautakoski 2020-03-11 12:00:16 +01:00
parent 7c2629427d
commit b52f61d319
35 changed files with 98 additions and 99 deletions

7
docs/CMakeLists.txt Normal file
View file

@ -0,0 +1,7 @@
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)