diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2020-03-17 16:48:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2020-03-17 16:48:52 +0000 |
commit | 4b2c3eb9d49a797f91eee2be4e41cacb3b8167e7 (patch) | |
tree | cfd66184091e02da4c65f7db8ef829133a8da4f8 /include |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/lutok/README | 4 | ||||
-rw-r--r-- | include/lutok/c_gate.hpp | 1 | ||||
-rw-r--r-- | include/lutok/debug.hpp | 1 | ||||
-rw-r--r-- | include/lutok/exceptions.hpp | 1 | ||||
-rw-r--r-- | include/lutok/operations.hpp | 1 | ||||
-rw-r--r-- | include/lutok/stack_cleaner.hpp | 1 | ||||
-rw-r--r-- | include/lutok/state.hpp | 1 | ||||
-rw-r--r-- | include/lutok/state.ipp | 1 |
8 files changed, 11 insertions, 0 deletions
diff --git a/include/lutok/README b/include/lutok/README new file mode 100644 index 000000000000..1177b530f9ee --- /dev/null +++ b/include/lutok/README @@ -0,0 +1,4 @@ +This directory contains forward includes for the public header files of +Lutok. These files are only necessary during the build of Lutok itself +so that the compiler can locate the include files in a path that mimics +the final installation location. diff --git a/include/lutok/c_gate.hpp b/include/lutok/c_gate.hpp new file mode 100644 index 000000000000..4fabe16a0ed8 --- /dev/null +++ b/include/lutok/c_gate.hpp @@ -0,0 +1 @@ +#include "../../c_gate.hpp" diff --git a/include/lutok/debug.hpp b/include/lutok/debug.hpp new file mode 100644 index 000000000000..b942bbd01ccd --- /dev/null +++ b/include/lutok/debug.hpp @@ -0,0 +1 @@ +#include "../../debug.hpp" diff --git a/include/lutok/exceptions.hpp b/include/lutok/exceptions.hpp new file mode 100644 index 000000000000..97f49a15fd9f --- /dev/null +++ b/include/lutok/exceptions.hpp @@ -0,0 +1 @@ +#include "../../exceptions.hpp" diff --git a/include/lutok/operations.hpp b/include/lutok/operations.hpp new file mode 100644 index 000000000000..87d105376d1d --- /dev/null +++ b/include/lutok/operations.hpp @@ -0,0 +1 @@ +#include "../../operations.hpp" diff --git a/include/lutok/stack_cleaner.hpp b/include/lutok/stack_cleaner.hpp new file mode 100644 index 000000000000..99edfb8dfd01 --- /dev/null +++ b/include/lutok/stack_cleaner.hpp @@ -0,0 +1 @@ +#include "../../stack_cleaner.hpp" diff --git a/include/lutok/state.hpp b/include/lutok/state.hpp new file mode 100644 index 000000000000..48ac65ceb64f --- /dev/null +++ b/include/lutok/state.hpp @@ -0,0 +1 @@ +#include "../../state.hpp" diff --git a/include/lutok/state.ipp b/include/lutok/state.ipp new file mode 100644 index 000000000000..531d9c19dacd --- /dev/null +++ b/include/lutok/state.ipp @@ -0,0 +1 @@ +#include "../../state.ipp" |