summaryrefslogtreecommitdiff
path: root/tests/CDR_Array_Test.icc
blob: f3dcf14c56c03d1b6e32e594effd3182d7f56544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

include "vacpp_setup.icc"
option
    link(libSearchPath, platformLibSearchPath),
    incl(searchPath, ".."),
    link(linkWithMultiThreadLib,yes),
    link(debug)
    {
	target type (exe) "CDR_Array_Test"
	{
	   source type (cpp) "CDR_Array_Test.cpp"
	   source platformLinkLibs
	}
    }