INCLUDE(TribitsLibraryMacros) # # A) Package-specific configuration options # # PACKAGE_CONFIGURE_FILE(${PACKAGE_NAME}_config.h) # # B) Define the header and source files (and directories) # # # src # SET(HEADERS "") SET(SOURCES "") # # Core headers # TRIBITS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) FILE(GLOB HEADERS *.hpp) IF (TPL_ENABLE_MPI) ENDIF() # # C) Define the targets for package's library(s) # INSTALL(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/stk_adapt/sierra_element/)