saved states and anaconda

This commit is contained in:
Vitor Santos Costa
2017-11-15 12:18:19 +00:00
parent 450d7a2bdd
commit ed2c85a56b
22 changed files with 230 additions and 150 deletions

View File

@@ -35,11 +35,13 @@ IF (CUDD_FOUND)
if(DEFINED YAP_MAJOR_VERSION)
TARGET_LINK_LIBRARIES(cudd
${CUDD_LIBRARIES}
m
libYap
)
else()
TARGET_LINK_LIBRARIES(cudd
${CUDD_LIBRARIES}
m
${YAP_LIBRARY}
)
endif()

View File

@@ -14,7 +14,8 @@ set_target_properties (Problogbdd PROPERTIES
)
target_link_libraries(Problogbdd
${CUDD_LIBRARIES}
${CUDD_LIBRARIES}
m
libYap
)

View File

@@ -18,7 +18,8 @@ set_target_properties (Problogbdd-Lfi PROPERTIES
)
target_link_libraries(Problogbdd-Lfi
${CUDD_LIBRARIES}
${CUDD_LIBRARIES}
m
libYap
)