[Plib-devel] CMake build files for plib 1.8.5
Brought to you by:
sjbaker
From: Hugh F. <hug...@an...> - 2009-03-03 04:26:05
|
I'm rewriting an old SGI Performer program to use PLIB and using CMake for cross-platform builds. If anyone else is interested, here's a set of CMakeLists.txt files for 1.8.5: <http://cs.anu.edu.au/~hugh.fisher/3dstuff/plib-cmake.tar> If you haven't looked at CMake (www.cmake.org) before, I can recommend it. It's a two step process: first you use CMake to generate Makefiles, Visual Studio projects, or Mac Xcode projects depending on the platform and config you select; then use the native platform tools to compile and link. -- Hugh Fisher CECS, ANU |