1
0
Fork 0
arangodb/3rdParty/s2geometry/dfefe0c/doc/examples/CMakeLists.txt

5 lines
203 B
CMake

add_executable(point_index point_index.cc)
target_link_libraries(point_index LINK_PUBLIC s2testing s2)
add_executable(term_index term_index.cc)
target_link_libraries(term_index LINK_PUBLIC s2testing s2)