Twitter updates
- @exileous Download the CUDA 5 toolkit and take a look at the PTX 3.1 documentation :) 20 hours ago
Development
Graphics
Calendar
May 2012 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: cmake
CMake – A build tool that just works
I’ve been using CMake 2.6 for quite some time now, and the more I do, the more I like it. Just a few days ago, I started with porting some project to Linux, and it took me literally a few … Continue reading
CMake 2.6 final released
CMake 2.6 has been released. See the release announcement. CMake is a very nice cross-platform build tool which does not build itself but instead creates projects for the target platform (Visual Studio projects files for Windows, Makefiles for Linux, etc.). … Continue reading
CMake 2.6 reaches beta
CMake 2.6 has reached the beta status (mailing list post). CMake is a very nice cross-platform makefile generator — it does not build the software itself but rather relies on a platform specific tool for this. However, this is actually … Continue reading