Corrected physfs.h installation for new directory layout (thanks, Patrice!).

This commit is contained in:
Ryan C. Gordon 2009-11-16 12:26:28 -05:00
parent cef8847a06
commit 17b2640d71
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ INSTALL(TARGETS ${PHYSFS_INSTALL_TARGETS}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
INSTALL(FILES physfs.h DESTINATION include)
INSTALL(FILES src/physfs.h DESTINATION include)
FIND_PACKAGE(Doxygen)
IF(DOXYGEN_FOUND)