Procházet zdrojové kódy

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

Ryan C. Gordon před 16 roky
rodič
revize
17b2640d71
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)