binpac: Changes to add an install target.

This commit is contained in:
Jon Siwek 2010-10-21 10:06:59 -05:00 committed by Tim Wojtulewicz
parent 4644605860
commit 47c64d7fed
2 changed files with 7 additions and 3 deletions

View file

@ -97,4 +97,4 @@ set(binpac_SRCS
add_executable(binpac ${binpac_SRCS})
target_link_libraries(binpac)
install(TARGETS binpac DESTINATION bin)