memgraph/tools/CMakeLists.txt
Matej Ferencevic 5906258de0 Stop building storage v1
Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2618
2020-01-13 14:18:12 +01:00

12 lines
347 B
CMake

# MemGraph Tools CMake configuration
# You should use the top level CMake configuration with -DTOOLS=ON option set.
project(memgraph_tools VERSION ${memgraph_VERSION})
disallow_in_source_build()
# Everything that is installed here, should be under the "tools" component.
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "tools")
add_subdirectory(src)