mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added cmake project definitions.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user