Skip to content
Snippets Groups Projects
Commit d94bbc58 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

move corpus2get.cpp out of the main build system as it generates warnings and...

move corpus2get.cpp out of the main build system as it generates warnings and is not flexible enough to replace Python corpus-get
parent a4045f76
No related merge requests found
......@@ -18,11 +18,9 @@ link_directories(${Boost_LIBRARY_DIRS})
link_directories(${ICU_LIBRARY_DIRS})
add_executable( tagset-tool tagset-tool.cpp )
add_executable( corpus2get corpus2get.cpp )
target_link_libraries ( tagset-tool corpus2 pwrutils ${Boost_LIBRARIES} ${LIBS})
target_link_libraries ( corpus2get corpus2 pwrutils ${Boost_LIBRARIES} ${LIBS})
install(TARGETS tagset-tool corpus2get
install(TARGETS tagset-tool
RUNTIME DESTINATION bin)
install(FILES corpus-get corpus-merge
DESTINATION bin
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment