Skip to content
Snippets Groups Projects
Commit a98772f6 authored by Kitware Robot's avatar Kitware Robot Committed by Ben Boeckel
Browse files

exodusII 2020-05-07 (2c24a120)

Code extracted from:

    https://gitlab.kitware.com/third-party/seacas.git

at commit 2c24a120deb77a8a2ea05462d0a60e7f9d90e58e (for/vtk-20200507-7.24f-v2019-12-18).
parent c8f5cd4d
No related branches found
No related tags found
No related merge requests found
......@@ -297,14 +297,19 @@ set(headers
"${CMAKE_CURRENT_BINARY_DIR}/include/exodusII_cfg.h"
"${CMAKE_CURRENT_BINARY_DIR}/include/exodus_config.h")
vtk_module_find_package(PACKAGE Threads)
vtk_module_add_module(VTK::exodusII
SOURCES ${sources}
HEADERS ${headers}
HEADERS_SUBDIR "vtkexodusII/include")
target_compile_definitions(exodusII
vtk_module_definitions(VTK::exodusII
PRIVATE
exoIIc_EXPORTS)
target_include_directories(exodusII
vtk_module_include(VTK::exodusII
PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/include>")
vtk_module_link(VTK::exodusII
PRIVATE
Threads::Threads)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment