The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
set(storm_VERSION @STORM_VERSION@)
get_filename_component(storm_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
include("@carl_CMAKE_DIR@/carlConfig.cmake")
@DEP_TARGETS@
@EXP_OPTIONS@
# Our library dependencies (contains definitions for IMPORTED targets) if(NOT TARGET storm) include("${storm_CMAKE_DIR}/stormTargets.cmake") endif()
@PACKAGE_INIT@
set(storm_INCLUDE_DIR "@CONF_INCLUDE_DIRS@")
set(storm_LIBRARIES storm) check_required_components(storm)
|