Skip to content

Commit f993e9b

Browse files
authored
Add files via upload
1 parent c69fe4f commit f993e9b

File tree

2 files changed

+512
-0
lines changed

2 files changed

+512
-0
lines changed

benchmarks/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ include_directories(BEFORE ${teuchos_BINARY_DIR})
99
add_executable(expandv expandv.cpp)
1010
target_link_libraries(expandv symengine)
1111

12+
add_executable(sm_expand sm_expand.cpp)
13+
target_link_libraries(sm_expand symengine)
14+
1215

1316
add_executable(expand1 expand1.cpp)
1417
target_link_libraries(expand1 symengine)

0 commit comments

Comments
 (0)