Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
23
generator/address_parser/CMakeLists.txt
Normal file
23
generator/address_parser/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
project(address_parser)
|
||||
|
||||
set(SRC
|
||||
processor.cpp
|
||||
processor.hpp
|
||||
tiger_parser.cpp
|
||||
tiger_parser.hpp
|
||||
)
|
||||
|
||||
omim_add_library(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
generator
|
||||
)
|
||||
|
||||
|
||||
omim_add_executable(address_parser_tool parser_tool.cpp)
|
||||
target_link_libraries(address_parser_tool
|
||||
${PROJECT_NAME}
|
||||
gflags::gflags
|
||||
)
|
||||
|
||||
omim_add_test_subdirectory(address_parser_tests)
|
||||
Loading…
Add table
Add a link
Reference in a new issue