Skip to content
Snippets Groups Projects
Select Git revision
  • badf0ce1c4f067c335eaa5c957df6105a2595552
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
21 results

CMakeLists.txt

Blame
  • user avatar
    Alexis Nasr authored
    badf0ce1
    History
    CMakeLists.txt 270 B
    #compiling, linking and installing executables
    
    add_executable(mcf2conll ./src/mcf2conll.c)
    target_link_libraries(mcf2conll perceptron)
    target_link_libraries(mcf2conll transparse)
    target_link_libraries(mcf2conll maca_common)
    install (TARGETS mcf2conll DESTINATION bin)