11 lines
188 B
Text
11 lines
188 B
Text
|
|
project(feature_segments_checker)
|
||
|
|
|
||
|
|
set(SRC feature_segments_checker.cpp)
|
||
|
|
|
||
|
|
omim_add_executable(${PROJECT_NAME} ${SRC})
|
||
|
|
|
||
|
|
target_link_libraries(${PROJECT_NAME}
|
||
|
|
generator
|
||
|
|
gflags::gflags
|
||
|
|
)
|