Currently we only have SAMPLES (or-tools/<component>/samples) and EXAMPLES (examples/*).
I propose to:
note: For python while binary and sources file is identical (i.e. the .py file) it will be installed in BINDIR and/or DATADIR according to the option enabled.
Any feedback welcome !
Currently we only have SAMPLES (
or-tools/<component>/samples) and EXAMPLES (examples/*).I propose to:
ortools/<component>/<lang>e.g.
ortools/sat/java/CpModelTest.javaAdd aBUILD_TESToption to only build what is currently located inexamples/testsor-tools/<component>/testsINSTALL_SAMPLES_BINARIESto install samples binaries (toCMAKE_INSTALL_BINDIR)INSTALL_SAMPLES_SOURCESto install samples source code (toCMAKE_INSTALL_DATADIR)<LANG>options e.g.INSTALL_SAMPLES_BINARIES, andINSTALL_CXX_SAMPLES_BINARIESnote: For python while binary and sources file is identical (i.e. the .py file) it will be installed in BINDIR and/or DATADIR according to the option enabled.
Any feedback welcome !