summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
blob: 40ec28eaa4eba7183f5ea4b930d1b61091f6077d (plain)
1
2
3
4
5
6
7
lib webstat : ingestor.cpp logTypes.cpp :
	<include>.
	<library>../thirdparty//scn
	: :
	<include>.
	;
exe webstat_logger : webstat_logger_main.cpp : <library>webstat ;