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.

21 lines
461 B

4 weeks ago
  1. set(storm_VERSION @STORM_VERSION@)
  2. get_filename_component(storm_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
  3. include("@carl_CMAKE_DIR@/carlConfig.cmake")
  4. @DEP_TARGETS@
  5. @EXP_OPTIONS@
  6. # Our library dependencies (contains definitions for IMPORTED targets)
  7. if(NOT TARGET storm)
  8. include("${storm_CMAKE_DIR}/stormTargets.cmake")
  9. endif()
  10. @PACKAGE_INIT@
  11. set(storm_INCLUDE_DIR "@CONF_INCLUDE_DIRS@")
  12. set(storm_LIBRARIES storm)
  13. check_required_components(storm)