mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
12
tools/openlr/openlr_stat/CMakeLists.txt
Normal file
12
tools/openlr/openlr_stat/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
project(openlr_stat)
|
||||
|
||||
set(SRC openlr_stat.cpp)
|
||||
|
||||
omim_add_executable(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
openlr
|
||||
storage
|
||||
platform
|
||||
gflags::gflags
|
||||
)
|
||||
Reference in New Issue
Block a user