# Create a library called "libkratta" which includes the source files given in # the array . # The extension is already found. Any number of sources could be listed here. set(INCLUDE_DIRECTORIES ${ROOT_INCLUDE_DIR} ${BASE_INCLUDE_DIRECTORIES} ${CMAKE_SOURCE_DIR}/CHIMERA ) include_directories( ${INCLUDE_DIRECTORIES}) set(LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} ) link_directories( ${LINK_DIRECTORIES}) add_subdirectory (ChimeraSimul) add_subdirectory (ChimeraUnpack) if(RULE_CHECKER_FOUND) CHECK_RULES("${CHIMERA_SRCS}" "${INCLUDE_DIRECTORIES}" CHIMERA_RULES) endif(RULE_CHECKER_FOUND)