kdesupport/eigen

Carsten Niehaus cniehaus at gmx.de
Mon Nov 20 12:02:51 CET 2006


SVN commit 606401 by cniehaus:

* Now it also compiles the tests
* Need to be Qt4-ified (currently it is still using kde4_automoc

CCMAIL:kde-buildsystem at kde.org
CCMAIL:jacob at math.jussieu.fr


 M  +2 -0      CMakeLists.txt  
 M  +5 -0      tests/CMakeLists.txt  


--- trunk/kdesupport/eigen/CMakeLists.txt #606400:606401
@@ -28,6 +28,8 @@
   vectorh3d.cpp
   )
 
+add_library(eigen ${eigen_SRCS})
+
 install( TARGETS eigen 
   DESTINATION ${LIB_INSTALL_DIR} 
   )
--- trunk/kdesupport/eigen/tests/CMakeLists.txt #606400:606401
@@ -1,5 +1,10 @@
 if(KDE4_BUILD_TESTS)
 
+find_package(KDE4 REQUIRED)
+
+include(KDE4Defaults)
+include_directories( ${KDE4_INCLUDES} )
+
 SET(tests_SRCS
     main.cpp
     basicstuff.cpp


More information about the Kde-buildsystem mailing list