[physfs] Installing physfs.h fails

Patrice Mandin mandin.patrice at orange.fr
Sun Nov 15 17:40:56 EST 2009


Hello,

Just tried my first physfs-2.0 build from current hg repo.

I add to modify the CMakeLists.txt file so it could find the physfs.h
file at the right place (this is the 'default' branch):

@@ -362,7 +362,7 @@
         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)

-- 
Patrice Mandin
WWW: http://pmandin.atari.org/
Programmeur Linux, Atari
Spécialité: Développement, jeux





More information about the physfs mailing list