Give install instructions.
This commit is contained in:
parent
a988711918
commit
2afe144e7f
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user