Skip to content
Snippets Groups Projects
Commit bc83242e authored by Francois Bleibel's avatar Francois Bleibel
Browse files
parents f77eb014 b1739500
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,10 @@ ADD_DEFINITIONS(${LAPACK_CFLAGS}) ...@@ -101,7 +101,10 @@ ADD_DEFINITIONS(${LAPACK_CFLAGS})
# Add dynamic-graph compilation flags # Add dynamic-graph compilation flags
ADD_DEFINITIONS(${DYNAMIC_GRAPH_CFLAGS}) ADD_DEFINITIONS(${DYNAMIC_GRAPH_CFLAGS})
# Add mal compilation flags
ADD_DEFINITIONS(${MATRIXABSTRACTLAYER_CFLAGS})
FOREACH(test ${tests}) FOREACH(test ${tests})
GET_FILENAME_COMPONENT(EXECUTABLE_NAME ${test} NAME) GET_FILENAME_COMPONENT(EXECUTABLE_NAME ${test} NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment