add a support module for MPFR C++ with basic unit testing

This commit is contained in:
Gael Guennebaud
2010-07-15 16:29:04 +02:00
parent bfbe61454e
commit 87e89fea4e
9 changed files with 3790 additions and 2 deletions

View File

@@ -2,6 +2,8 @@ FILE(GLOB examples_SRCS "*.cpp")
ADD_CUSTOM_TARGET(unsupported_examples)
INCLUDE_DIRECTORIES(../../../unsupported ../../../unsupported/test)
FOREACH(example_src ${examples_SRCS})
GET_FILENAME_COMPONENT(example ${example_src} NAME_WE)
ADD_EXECUTABLE(example_${example} ${example_src})