Give install instructions.

This commit is contained in:
Nicolás A. Ortega 2017-03-27 16:22:16 +02:00
parent a988711918
commit 2afe144e7f
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD

View File

@ -57,3 +57,6 @@ add_executable(${TARGET_NAME} ${SRCS})
target_link_libraries(${TARGET_NAME}
${GMP_LIBRARY})
install(TARGETS ${TARGET_NAME}
RUNTIME DESTINATION "bin")