Add cmake build support.
authorTom Hughes <tom.hughes@palm.com>
Mon, 22 Nov 2010 16:31:40 +0000 (10:31 -0600)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 22 Nov 2010 21:32:49 +0000 (13:32 -0800)
commit446beebd79d52b24bd8d9e0a44f6378a711f32b9
tree021d60bfdb825519ab102213c65efb5299e6a2db
parentb52b4196ab22227aea7afef100c4ca8e2f1b8729
Add cmake build support.

Squashed commit of ca128f7dcd28cbcfba154c8577ed54d4aa71dd02 with
contributions from Mark Constable (markc@renta.net) and Daniel Gröber
(darklord@darkboxed.org).
21 files changed:
CMakeLists.txt [new file with mode: 0644]
cmake/CTestCustom.cmake [new file with mode: 0644]
cmake/configure.cmake [new file with mode: 0644]
cmake/docs.cmake [new file with mode: 0644]
cmake/libc-ares.cmake [new file with mode: 0644]
cmake/libev.cmake [new file with mode: 0644]
cmake/libs.cmake [new file with mode: 0644]
cmake/libv8.cmake [new file with mode: 0644]
cmake/node_build.cmake [new file with mode: 0644]
cmake/package.cmake [new file with mode: 0644]
cmake/tests.cmake [new file with mode: 0644]
cmake/v8_build.cmake [new file with mode: 0644]
config.h.cmake [new file with mode: 0644]
deps/c-ares/CMakeLists.txt [new file with mode: 0644]
deps/http_parser/CMakeLists.txt [new file with mode: 0644]
deps/libeio/CMakeLists.txt [new file with mode: 0644]
deps/libeio/config.h.cmake [new file with mode: 0644]
deps/libev/CMakeLists.txt [new file with mode: 0644]
deps/libev/config.h.cmake [new file with mode: 0644]
src/node.cc
tools/js2c.py