Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
de4a03b8
Commit
de4a03b8
authored
May 14, 2017
by
Steffen Vogel
🎅🏼
Browse files
search in standard location for Eigen
Former-commit-id:
c9310bac
parent
b3397eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Makefile
View file @
de4a03b8
...
...
@@ -7,7 +7,7 @@ EXEC = DPSolver
SOURCES
=
$(
wildcard
*
.cpp
)
$(
wildcard
Components/
*
.cpp
)
$(
wildcard
Examples/
*
.cpp
)
OBJECTS
=
$(SOURCES:.cpp=.o)
INCLUDES
=
-I
/usr/local/include/eigen
INCLUDES
=
-I
/usr/local/include/eigen
-I
/usr/include/eigen3/
# Main target
$(EXEC)
:
$(OBJECTS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment