repo.or.cz
/
splendini.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup
[splendini.git]
/
src
/
u-expressions
/
CMakeLists.txt
blob
187a68515da0d242fb6a38257bce936318749591
1
2
add_library(u-expressions SHARED
3
uex_math.c
4
datastructures.c
5
symboltable.c
6
streams.c
7
uex.c)
8
9
target_link_libraries(u-expressions numbers tensors)
10