Skip to content
Snippets Groups Projects
Commit 7d2ca0e0 authored by Hauke Heibel's avatar Hauke Heibel
Browse files

Added cmake project definitions.

parent 71f19d90
No related branches found
No related tags found
No related merge requests found
project(EigenBlas)
add_custom_target(blas)
set(EigenBlas_SRCS single.cpp double.cpp complex_single.cpp complex_double.cpp)
......
project(EigenDemos)
add_custom_target(demos)
find_package(Qt4)
......
project(EigenDoc)
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
......
project(EigenTesting)
add_custom_target(btest)
include(EigenTesting)
ei_init_testing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment