memgraph/poc/CMakeLists.txt

7 lines
138 B
CMake
Raw Normal View History

2016-08-08 16:32:34 +08:00
cmake_minimum_required(VERSION 3.1)
project(memgraph_poc)
add_executable(poc_astar astar.cpp)
target_link_libraries(poc_astar memgraph)