aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1
diff options
context:
space:
mode:
Diffstat (limited to 'tvmet-1.7.1')
-rw-r--r--tvmet-1.7.1/CMakeLists.txt1
-rw-r--r--tvmet-1.7.1/include/CMakeLists.txt1
-rw-r--r--tvmet-1.7.1/include/tvmet/CMakeLists.txt10
3 files changed, 12 insertions, 0 deletions
diff --git a/tvmet-1.7.1/CMakeLists.txt b/tvmet-1.7.1/CMakeLists.txt
new file mode 100644
index 000000000..2ae409720
--- /dev/null
+++ b/tvmet-1.7.1/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(include) \ No newline at end of file
diff --git a/tvmet-1.7.1/include/CMakeLists.txt b/tvmet-1.7.1/include/CMakeLists.txt
new file mode 100644
index 000000000..437795d71
--- /dev/null
+++ b/tvmet-1.7.1/include/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(tvmet) \ No newline at end of file
diff --git a/tvmet-1.7.1/include/tvmet/CMakeLists.txt b/tvmet-1.7.1/include/tvmet/CMakeLists.txt
new file mode 100644
index 000000000..c47c07681
--- /dev/null
+++ b/tvmet-1.7.1/include/tvmet/CMakeLists.txt
@@ -0,0 +1,10 @@
+# the following are directories where stuff will be installed to
+set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The subdirectory to the header prefix" FORCE)
+
+FILE(GLOB gmm_header_SRCS "*.h")
+
+install(FILES
+ ${gmm_header_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tvmet
+ )
+