fix atom_to_term and increase sharing on CUDD stuff

This commit is contained in:
Vitor Santos Costa
2016-11-23 17:23:59 -06:00
parent 0be43c6525
commit f44ef18fed
32 changed files with 190 additions and 1579 deletions

View File

@@ -1,4 +1,4 @@
# Be sure to also update these in Makefile!
set(SO_MAJOR 1)
set(SO_MINOR 0)
@@ -63,7 +63,7 @@ IF (CUDD_FOUND)
slipcover/revise_sl.pl
slipcover/slipcover.pl
)
set (CPLINT_TEST_PROGRAMS
testcpl.pl
testlpad.pl
@@ -151,7 +151,7 @@ IF (CUDD_FOUND)
ARCHIVE DESTINATION ${dlls}
)
add_library (cplint SHARED
${CPLINT_SOURCES}
)
@@ -162,7 +162,7 @@ IF (CUDD_FOUND)
)
TARGET_LINK_LIBRARIES(cplint
${CUDD_LIBRARIES}
${CUDD_LIBRARIES}
libYap
)