Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
30
libs/search/search_quality/CMakeLists.txt
Normal file
30
libs/search/search_quality/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
project(search_quality)
|
||||
|
||||
set(SRC
|
||||
helpers.cpp
|
||||
helpers.hpp
|
||||
helpers_json.cpp
|
||||
helpers_json.hpp
|
||||
matcher.cpp
|
||||
matcher.hpp
|
||||
sample.cpp
|
||||
sample.hpp
|
||||
)
|
||||
|
||||
omim_add_library(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
search_tests_support # TestSearchEngine in helpers.cpp
|
||||
search
|
||||
indexer
|
||||
)
|
||||
|
||||
if (NOT SKIP_QT_GUI)
|
||||
omim_add_tool_subdirectory(assessment_tool)
|
||||
endif()
|
||||
|
||||
omim_add_tool_subdirectory(features_collector_tool)
|
||||
omim_add_tool_subdirectory(samples_generation_tool)
|
||||
omim_add_tool_subdirectory(search_quality_tool)
|
||||
|
||||
omim_add_test_subdirectory(search_quality_tests)
|
||||
Loading…
Add table
Add a link
Reference in a new issue