Skip to content

Commit

Permalink
Corrected physfs.h installation for new directory layout (thanks, Pat…
Browse files Browse the repository at this point in the history
…rice!).
  • Loading branch information
icculus committed Nov 16, 2009
1 parent cef8847 commit 17b2640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 17b2640

Please sign in to comment.