Give install instructions.
This commit is contained in:
@ -57,3 +57,6 @@ add_executable(${TARGET_NAME} ${SRCS})
|
|||||||
|
|
||||||
target_link_libraries(${TARGET_NAME}
|
target_link_libraries(${TARGET_NAME}
|
||||||
${GMP_LIBRARY})
|
${GMP_LIBRARY})
|
||||||
|
|
||||||
|
install(TARGETS ${TARGET_NAME}
|
||||||
|
RUNTIME DESTINATION "bin")
|
||||||
|
Reference in New Issue
Block a user