forked from organicmaps/organicmaps-tmp
11 lines
No EOL
180 B
CMake
11 lines
No EOL
180 B
CMake
project(extrapolation_benchmark)
|
|
|
|
set(SRC extrapolation_benchmark.cpp
|
|
)
|
|
|
|
omim_add_executable(${PROJECT_NAME} ${SRC})
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
map
|
|
gflags::gflags
|
|
) |