# 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} ${CMAKE_SOURCE_DIR}/LAND ) include_directories( ${INCLUDE_DIRECTORIES}) set(LINK_DIRECTORIES ${ROOT_LIBRARY_DIR} ) link_directories( ${LINK_DIRECTORIES}) add_subdirectory (LandUnpack) if(RULE_CHECKER_FOUND) CHECK_RULES("${LAND_SRCS}" "${INCLUDE_DIRECTORIES}" LAND_RULES) endif(RULE_CHECKER_FOUND)