Explorar el Código

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

Ryan C. Gordon hace 16 años
padre
commit
17b2640d71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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)