Skip to content

Commit

Permalink
Install test_physfs.pl with the rest of the project.
Browse files Browse the repository at this point in the history
(Although I might yank this stuff...it probably doesn't need to go on the
end-user's system.)
  • Loading branch information
icculus committed Feb 3, 2010
1 parent 13a9f9b commit 68db119
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 68db119

Please sign in to comment.