Menu

#24 Allow external unzip, and buildsys cleanup

closed-accepted
nobody
None
5
2011-05-30
2011-05-29
Rich Mattes
No

I've patched the build system to allow building against an external unzip library (minizip) via pkg-config. If pkg-config or minizip aren't found, the unzip in contrib will be built.

I also cleaned up the CMakeLists.txt for libassimp a little bit. The source was already divided up into source groups, it overkill to list all the source files twice. I created file lists out of each source group component, and used those file lists to create the source groups and the assimp library.

Discussion

  • Rich Mattes

    Rich Mattes - 2011-05-29
     
  • Alexander Gessler

    • status: open --> closed-accepted
     
  • Alexander Gessler

    Hi,

    looks very nice, makes adding files to CMake substantially less painful and works without complications as far as I can tell. Committed as r1011.

    Thanks!
    Bye, Alex