diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2014-12-17 16:19:17 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-06-13 17:29:36 +0100 |
commit | 281bb0299f9c23b7ffaff9b1eeb311dc66621c40 (patch) | |
tree | c9446ad7a743bfdf17fb8f91d8ac898096a0341d /p2pvr/dvb/Jamfile.jam | |
parent | Centralize boost_utf declaration (diff) | |
download | p2pvr-281bb0299f9c23b7ffaff9b1eeb311dc66621c40.tar.bz2 p2pvr-281bb0299f9c23b7ffaff9b1eeb311dc66621c40.tar.xz p2pvr-281bb0299f9c23b7ffaff9b1eeb311dc66621c40.zip |
Add tool for creating samples of SI data
Diffstat (limited to 'p2pvr/dvb/Jamfile.jam')
-rw-r--r-- | p2pvr/dvb/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/dvb/Jamfile.jam b/p2pvr/dvb/Jamfile.jam index c8f2fe0..2dbbbda 100644 --- a/p2pvr/dvb/Jamfile.jam +++ b/p2pvr/dvb/Jamfile.jam @@ -4,7 +4,7 @@ cpp-pch pch : pch.hpp : lib p2pvrdvb : pch - [ glob-tree *.cpp ] + [ glob-tree *.cpp : unittests ] : <library>../ice//p2pvrice <implicit-dependency>../ice//p2pvrice |