Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
<use name="cppunit"/>
<use name="DataFormats/GeometrySurface"/>
<bin file="FrameTransformTest.cpp">
</bin>

<bin file="OldFrameTransformTest.cpp">
</bin>

<bin file="PrecisionMixSurface.cpp">
</bin>

<bin file="referencecounted_t.cpp">
</bin>

<bin file="testGeometricSort.cpp" name="testGeometricSort">
</bin>

<bin file="Bounds_t.cpp">
</bin>

<iftool name="cuda-gcc-support">
  <bin file="gpuFrameTransformKernel.cu, gpuFrameTransformTest.cpp" name="gpuFrameTransformTest">
    <use name="cuda"/>
    <use name="HeterogeneousCore/CUDAUtilities"/>
    <flags CXXFLAGS="-g"/>
  </bin>

  <bin file="gpuFrameTransformKernel.cu, gpuFrameTransformTest.cpp" name="gpuFrameTransformTestRep">
    <use name="cuda"/>
    <use name="HeterogeneousCore/CUDAUtilities"/>
    <flags CXXFLAGS="-ffp-contract=off"/>
    <flags CUDA_FLAGS="-fmad=false -ftz=false -prec-div=true -prec-sqrt=true"/>
  </bin>

</iftool>