submitted by Mateusz Loskot <mateusz at loskot dot net> git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@997 e52654a7-88a9-db11-a3e9-0013d4bc506e
7 lines
171 B
CMake
7 lines
171 B
CMake
# CMake configuration for ttmath
|
|
cmake_minimum_required (VERSION 3.0)
|
|
project(ttmath)
|
|
enable_testing()
|
|
include_directories(${ttmath_SOURCE_DIR})
|
|
add_subdirectory(samples)
|