summaryrefslogtreecommitdiff
path: root/examples/Monitor/Num_Threads/Num_Threads.mpc
blob: 60ee8288d06ffa8c613d6e019855e086cc8b36c7 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

project (*) : aceexe, ace_mc, avoids_ace_for_tao, mc_test_utils {
  exename = num_threads

  source_files {
    num_threads.cpp
  }
}