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")