cmake: add install target
This commit is contained in:
parent
8c548fe270
commit
ab595ad4a7
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@ ENDIF(AVP_WEB)
|
|||
|
||||
IF(NOT AVP_WEB)
|
||||
ADD_EXECUTABLE(avp ${source})
|
||||
INSTALL(TARGETS avp DESTINATION bin)
|
||||
|
||||
# required dependencies
|
||||
IF(WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue