4ea24c0c3f8178f7fb6f22b65731d0a51ae63006
[platform/framework/web/crosswalk.git] / src / native_client / tests / createthreads / nacl.scons
1 # -*- python -*-
2 # Copyright 2010 The Native Client Authors.  All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can
4 # be found in the LICENSE file.
5
6 Import('env')
7
8 env.ComponentProgram('createthreads', 'createthreads.cc',
9                      EXTRA_LIBS=['srpc', 'm', 'pthread'])
10
11 # TODO: add test