Commit 04fffbe2 authored by Daniel Simon's avatar Daniel Simon
Browse files

CMakeLists has been edited -> all headers and sources in folder Arithmetis added.

parent 34f84764
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -4,12 +4,17 @@ set( headers FlopsCounter.h
             Quad.h
             Quadcpp.h
             Real.h
	     MultiPrecision.h #Added by D. Simon
	     Multiple.h #Added by D. Simon
              )

SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/Experimental/Arithemtics )

set( tnl_experimental_arithmetics_SOURCES 
                 ${CURRENT_DIR}/FlopsCounter.cpp )
                 ${CURRENT_DIR}/FlopsCounter.cpp
		 ${CURRENT_DIR}/MultiPrecision.cpp #Added by D.Simon
		 ${CURRENT_DIR}/Quad.cpp #Added by D.Simon
		 ${CURRENT_DIR}/Quadcpp.cpp ) #Added by D.Simon

set( tnl_experimental_arithmetics_CUDA__SOURCES )