hops
Functions
CMakeLists.txt File Reference

Functions

 if (NOT HOPS_LIBRARY_TYPE STREQUAL "HEADER_ONLY") target_sources(hops PRIVATE CsvReader.hpp CsvReader.cpp Hdf5Reader.hpp SbmlModel.hpp SbmlReader.hpp) endif(NOT HOPS_LIBRARY_TYPE STREQUAL "HEADER_ONLY") find_package(SBML) if(SBML_FOUND) message(STATUS "SBML found.") target_link_libraries(hops INTERFACE sbml) target_link_libraries(hops $
 

Function Documentation

◆ if()

sbml if ( NOT HOPS_LIBRARY_TYPE STREQUAL "HEADER_ONLY"  )