mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
Promote moses to a lib instead of an alias so people can link against it
This commit is contained in:
parent
141861842d
commit
1d6fa9178a
@ -16,6 +16,6 @@ lib moses_internal :
|
||||
[ glob *.cpp DynSAInclude/*.cpp : PhraseDictionary.cpp ThreadPool.cpp SyntacticLanguageModel.cpp ]
|
||||
synlm ThreadPool headers ;
|
||||
|
||||
alias moses : PhraseDictionary.cpp moses_internal CYKPlusParser//CYKPlusParser LM//LM RuleTable//RuleTable Scope3Parser//Scope3Parser headers ../..//z ../../OnDiskPt//OnDiskPt ;
|
||||
lib moses : PhraseDictionary.cpp moses_internal CYKPlusParser//CYKPlusParser LM//LM RuleTable//RuleTable Scope3Parser//Scope3Parser headers ../..//z ../../OnDiskPt//OnDiskPt ;
|
||||
|
||||
alias headers-to-install : [ glob-tree *.h ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user