Install test_physfs.pl with the rest of the project.

(Although I might yank this stuff...it probably doesn't need to go on the
end-user's system.)
This commit is contained in:
Ryan C. Gordon 2010-02-02 23:55:12 -05:00
parent 13a9f9b2dd
commit 68db1196be
1 changed files with 6 additions and 0 deletions

View File

@ -484,6 +484,12 @@ IF(PHYSFS_BUILD_PERL)
CONFIGURE_SWIG_BINDING(Perl "${PERL_INSTALL_PATH}" "${SWIG_OUTPUT_DIR}/perl/physfs.pm" "\"-I${PERL_INCLUDE_PATH}/CORE\" ${PERL_CCFLAGS} -w" "\"-L${PERL_INCLUDE_PATH}/CORE\" ${PERL_LIBPERL} ${PERL_LDFLAGS}")
INSTALL(FILES "${SWIG_OUTPUT_DIR}/perl/physfs.pm" DESTINATION "${PERL_INSTALL_PATH}")
INSTALL(
FILES test/test_physfs.pl
DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
ENDIF(PHYSFS_BUILD_PERL)
IF(PHYSFS_BUILD_RUBY)