5906258de0
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2618
12 lines
347 B
CMake
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)
|