[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/eigen
From:       Carsten Niehaus <cniehaus () gmx ! de>
Date:       2006-10-21 12:19:14
Message-ID: 1161433154.534839.25043.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 597708 by cniehaus:

Benoit prefers to have the filenames only listed once, so I created a new temporary \
varibale (if that is the correct CMake-word for this...

 M  +7 -18     CMakeLists.txt  


--- trunk/kdesupport/eigen/CMakeLists.txt #597707:597708
@@ -5,9 +5,7 @@
 
 include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} )
 
-set(eigen_SRCS 
-  matrixh3d.cpp
-  vectorh3d.cpp
+set(eigen_header_SRCS 
   linearsolver.h
   linearsolverbase.h
   linearsolverx.h
@@ -25,6 +23,11 @@
   vectorx.h
   )
 
+set(eigen_SRCS 
+  ${eigen_header_SRCS}
+  matrixh3d.cpp
+  vectorh3d.cpp
+  )
 
 kde4_add_library(eigen ${eigen_SRCS})
 
@@ -33,20 +36,6 @@
   )
 
 install(FILES 
-  linearsolver.h
-  linearsolverbase.h
-  linearsolverx.h
-  ludecomposition.h
-  ludecompositionbase.h
-  ludecompositionx.h
-  matrix.h
-  matrixbase.h
-  matrixh3d.h
-  matrixx.h
-  util.h
-  vector.h
-  vectorbase.h
-  vectorh3d.h
-  vectorx.h
+  ${eigen_header_SRCS}
   DESTINATION ${INCLUDE_INSTALL_DIR}/eigen)
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic