|
@ -608,9 +608,9 @@ endif(ENABLE_Z3) |
|
|
if(STORM_HAVE_CARL) |
|
|
if(STORM_HAVE_CARL) |
|
|
message(STATUS "StoRM - Linking with carl.") |
|
|
message(STATUS "StoRM - Linking with carl.") |
|
|
include_directories("${carl_INCLUDE_DIR}") |
|
|
include_directories("${carl_INCLUDE_DIR}") |
|
|
target_link_libraries(storm lib_carl) |
|
|
|
|
|
target_link_libraries(storm-functional-tests lib_carl) |
|
|
|
|
|
target_link_libraries(storm-performance-tests lib_carl) |
|
|
|
|
|
|
|
|
target_link_libraries(storm ${carl_LIBRARIES}) |
|
|
|
|
|
target_link_libraries(storm-functional-tests ${carl_LIBRARIES}) |
|
|
|
|
|
target_link_libraries(storm-performance-tests ${carl_LIBRARIES}) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
############################################################# |
|
|
############################################################# |
|
@ -622,9 +622,9 @@ endif() |
|
|
if(STORM_HAVE_SMTRAT) |
|
|
if(STORM_HAVE_SMTRAT) |
|
|
message(STATUS "StoRM - Linking with smtrat.") |
|
|
message(STATUS "StoRM - Linking with smtrat.") |
|
|
include_directories("${smtrat_INCLUDE_DIR}") |
|
|
include_directories("${smtrat_INCLUDE_DIR}") |
|
|
target_link_libraries(storm lib_smtrat) |
|
|
|
|
|
target_link_libraries(storm-functional-tests lib_smtrat) |
|
|
|
|
|
target_link_libraries(storm-performance-tests lib_smtrat) |
|
|
|
|
|
|
|
|
target_link_libraries(storm ${smtrat_LIBRARIES}) |
|
|
|
|
|
target_link_libraries(storm-functional-tests ${smtrat_LIBRARIES}) |
|
|
|
|
|
target_link_libraries(storm-performance-tests ${smtrat_LIBRARIES}) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
############################################################# |
|
|
############################################################# |
|
|