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:
parent
7c2629427d
commit
b52f61d319
35 changed files with 98 additions and 99 deletions
7
docs/CMakeLists.txt
Normal file
7
docs/CMakeLists.txt
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue