From f26226f57fce4ba9d67228d37d1568948537576e Mon Sep 17 00:00:00 2001 From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de> Date: Mon, 13 Feb 2023 13:38:05 +0100 Subject: [PATCH] Add entrance points for the library --- CMakeLists.txt | 3 +++ Index.cmake | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 CMakeLists.txt create mode 100644 Index.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..54acc4b --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +include_guard() + +include("${CMAKE_CURRENT_LIST_DIR}/src/Index.cmake") \ No newline at end of file diff --git a/Index.cmake b/Index.cmake new file mode 100644 index 0000000..54acc4b --- /dev/null +++ b/Index.cmake @@ -0,0 +1,3 @@ +include_guard() + +include("${CMAKE_CURRENT_LIST_DIR}/src/Index.cmake") \ No newline at end of file -- GitLab