diff options
-rw-r--r-- | slicer/slicer/Jamfile.jam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slicer/slicer/Jamfile.jam b/slicer/slicer/Jamfile.jam index ab6420e..8fde048 100644 --- a/slicer/slicer/Jamfile.jam +++ b/slicer/slicer/Jamfile.jam @@ -2,9 +2,9 @@ import package ; lib stdc++fs ; -obj enum-test : enum-test.cpp ; -obj hook-test : hook-test.cpp : <use>..//adhocutil <implicit-dependency>common ; -obj metadata-test : metadata-test.cpp : <use>..//adhocutil <implicit-dependency>common ; +compile enum-test.cpp ; +compile hook-test.cpp : <use>..//adhocutil <implicit-dependency>common ; +compile metadata-test.cpp : <use>..//adhocutil <implicit-dependency>common ; obj common : common.ice : <toolset>tidy:<checker>none ; |