summaryrefslogtreecommitdiff
path: root/cmake/tools/tools.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/tools/tools.cmake')
-rw-r--r--cmake/tools/tools.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmake/tools/tools.cmake b/cmake/tools/tools.cmake
new file mode 100644
index 00000000..26abdc63
--- /dev/null
+++ b/cmake/tools/tools.cmake
@@ -0,0 +1,8 @@
+set(TOOLS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/src/tools")
+set(TOOLS_BINARY_DIR "${CMAKE_BINARY_DIR}/src/tools")
+
+set(TOOLS_INCLUDE_DIRS
+ ${TOOLS_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/include
+ ${CMAKE_BINARY_DIR}/include
+)