Browse Source

adding cudd linker options for storm-tests

tempestpy_adaptions
gereon 12 years ago
parent
commit
4c0d7f6d95
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -225,6 +225,7 @@ endif(LOG4CPLUS_INCLUDE_DIR)
if (CUDD_LIBRARY_DIRS)
target_link_libraries(storm "-lobj -lcudd -lmtr -lst -lutil -lepd")
target_link_libraries(storm-tests "-lobj -lcudd -lmtr -lst -lutil -lepd")
endif(CUDD_LIBRARY_DIRS)
if (THREADS_FOUND)

Loading…
Cancel
Save