From 2afe144e7f9053372febf21b8f6c7c64aa79ac5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Mon, 27 Mar 2017 16:22:16 +0200 Subject: [PATCH] Give install instructions. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d58f40e..af4e4af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,3 +57,6 @@ add_executable(${TARGET_NAME} ${SRCS}) target_link_libraries(${TARGET_NAME} ${GMP_LIBRARY}) + +install(TARGETS ${TARGET_NAME} + RUNTIME DESTINATION "bin")