Corrected physfs.h installation for new directory layout (thanks, Patrice!).
This commit is contained in:
parent
cef8847a06
commit
17b2640d71
|
@ -362,7 +362,7 @@ INSTALL(TARGETS ${PHYSFS_INSTALL_TARGETS}
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
LIBRARY DESTINATION lib
|
LIBRARY DESTINATION lib
|
||||||
ARCHIVE DESTINATION lib)
|
ARCHIVE DESTINATION lib)
|
||||||
INSTALL(FILES physfs.h DESTINATION include)
|
INSTALL(FILES src/physfs.h DESTINATION include)
|
||||||
|
|
||||||
FIND_PACKAGE(Doxygen)
|
FIND_PACKAGE(Doxygen)
|
||||||
IF(DOXYGEN_FOUND)
|
IF(DOXYGEN_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue