2017-09-22 19:46:06 +08:00
|
|
|
# MemGraph Tools CMake configuration
|
2017-12-04 20:56:17 +08:00
|
|
|
# You should use the top level CMake configuration with -DTOOLS=ON option set.
|
2017-09-22 19:46:06 +08:00
|
|
|
|
2020-02-11 23:39:54 +08:00
|
|
|
project(memgraph_tools)
|
2017-09-22 19:46:06 +08:00
|
|
|
|
|
|
|
disallow_in_source_build()
|
|
|
|
|
2017-12-04 20:56:17 +08:00
|
|
|
# Everything that is installed here, should be under the "tools" component.
|
|
|
|
set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "tools")
|
2017-09-22 19:46:06 +08:00
|
|
|
|
|
|
|
add_subdirectory(src)
|