mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
reorganization of headers, part 2/2...
This commit is contained in:
@@ -11,9 +11,6 @@ SET(test_SRCS
|
||||
matrixmanip.cpp
|
||||
)
|
||||
QT4_AUTOMOC(${test_SRCS})
|
||||
INCLUDE_DIRECTORIES(
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
)
|
||||
|
||||
ADD_EXECUTABLE(test ${test_SRCS})
|
||||
TARGET_LINK_LIBRARIES(test ${QT_QTCORE_LIBRARY} ${QT_QTTEST_LIBRARY})
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
#define EI_TEST_MAIN_H
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include <All>
|
||||
#include <complex>
|
||||
#include "../src/Core.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user