summaryrefslogtreecommitdiff
path: root/src/lib/tng_io-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tng_io-config.cmake.in')
-rw-r--r--src/lib/tng_io-config.cmake.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/tng_io-config.cmake.in b/src/lib/tng_io-config.cmake.in
new file mode 100644
index 0000000..06c0470
--- /dev/null
+++ b/src/lib/tng_io-config.cmake.in
@@ -0,0 +1,13 @@
+# - Config file for the TNG_IO package
+# It defines the following variables
+# TNG_IO_INCLUDE_DIRS - include directories for TNG_IO
+# TNG_IO_LIBRARIES - libraries to link against
+# TNG_IO_DEFINITIONS - definitions used when compiling
+
+# Compute paths
+get_filename_component(TNG_IO_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
+set(TNG_IO_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
+set(TNG_IO_DEFINITIONS "@TNG_COMPILE_DEFS@")
+
+set(TNG_IO_LIBRARIES tng_io)
+
contact: Jan Huwald // Impressum