We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69fe4f commit f993e9bCopy full SHA for f993e9b
benchmarks/CMakeLists.txt
@@ -9,6 +9,9 @@ include_directories(BEFORE ${teuchos_BINARY_DIR})
9
add_executable(expandv expandv.cpp)
10
target_link_libraries(expandv symengine)
11
12
+add_executable(sm_expand sm_expand.cpp)
13
+target_link_libraries(sm_expand symengine)
14
+
15
16
add_executable(expand1 expand1.cpp)
17
target_link_libraries(expand1 symengine)
0 commit comments