mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 02:33:59 +08:00
Added cmake project definitions.
This commit is contained in:
parent
71f19d90d0
commit
7d2ca0e05e
@ -1,3 +1,5 @@
|
||||
project(EigenBlas)
|
||||
|
||||
add_custom_target(blas)
|
||||
|
||||
set(EigenBlas_SRCS single.cpp double.cpp complex_single.cpp complex_double.cpp)
|
||||
|
@ -1,3 +1,5 @@
|
||||
project(EigenDemos)
|
||||
|
||||
add_custom_target(demos)
|
||||
|
||||
find_package(Qt4)
|
||||
|
@ -1,3 +1,4 @@
|
||||
project(EigenDoc)
|
||||
|
||||
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
project(EigenTesting)
|
||||
|
||||
add_custom_target(btest)
|
||||
include(EigenTesting)
|
||||
ei_init_testing()
|
||||
|
Loading…
x
Reference in New Issue
Block a user