summaryrefslogtreecommitdiff
path: root/tests/Logging_Strategy_Test.icc
blob: 10bc4939725cc65a2c4e48b046f2b50e9e4541dd (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) "Logging_Strategy_Test"
	{
	   source type (cpp) "Logging_Strategy_Test.cpp"
	   source platformLinkLibs
	}
    }