Rename flatzinc targets (#3270)
* rename fz.exe to fzn-ortools.exe (like convention outhere) * rename libflatzinc.so as libortools_flatzinc.so * rename parser-main to fzn-parser_test * remove parser_main from install
This commit is contained in:
committed by
Corentin Le Molgat
parent
9021ffbb95
commit
8fc5d66389
@@ -510,8 +510,8 @@ test_cc_cpp: \
|
||||
SOURCE=examples/cpp/solve.cc \
|
||||
ARGS="--input $(OR_ROOT_FULL)/examples/data/tests/test2.mps"
|
||||
|
||||
rfz_%: fz
|
||||
$(INSTALL_DIR)$Sbin$Sfz$E $(FZ_EX_PATH)$S$*.fzn
|
||||
rfz_%: cpp
|
||||
$(INSTALL_DIR)$Sbin$Sfzn-ortools$E $(OR_ROOT_FULL)/examples/flatzinc/$*.fzn
|
||||
|
||||
###############
|
||||
## Archive ##
|
||||
|
||||
Reference in New Issue
Block a user