Added cert_req to CMakeLists.txt
This commit is contained in:
parent
2130796658
commit
384d4351ce
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,9 @@ target_link_libraries(cert_app ${libs})
|
|||
add_executable(crl_app crl_app.c)
|
||||
target_link_libraries(crl_app ${libs})
|
||||
|
||||
install(TARGETS cert_app crl_app
|
||||
add_executable(cert_req cert_req.c)
|
||||
target_link_libraries(cert_req ${libs})
|
||||
|
||||
install(TARGETS cert_app crl_app cert_req
|
||||
DESTINATION "bin"
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
|
|
Loading…
Reference in a new issue