diff options
author | Brian White <mscdex@mscdex.net> | 2010-12-11 03:49:38 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-12-11 00:51:20 -0800 |
commit | f1762ff815da22aaafffab7f9eba8aa2cd88604e (patch) | |
tree | 231dfb822028e8e6b792948fbe505d1f8dde65f9 /cmake | |
parent | dc65cbd2e95f770de6dfb2786dd5a6e3bbb2e4bc (diff) | |
download | node-f1762ff815da22aaafffab7f9eba8aa2cd88604e.tar.gz |
Add os module and getHostname
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/node_build.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/node_build.cmake b/cmake/node_build.cmake index 72e218e0d..ec9010dd3 100644 --- a/cmake/node_build.cmake +++ b/cmake/node_build.cmake @@ -32,6 +32,7 @@ set(node_sources src/node_stdio.cc src/node_timer.cc src/node_script.cc + src/node_os.cc src/node_natives.h ${node_extra_src}) |