Open ax3l opened 9 years ago
For quick testing and developing, it is a bit cumbersome to build the examples/ and tests/ separately.
examples/
tests/
I would suggest to move them as additional (optional) make targets to the general CMakeLists.txt.
make
CMakeLists.txt
For quick testing and developing, it is a bit cumbersome to build the
examples/
andtests/
separately.I would suggest to move them as additional (optional)
make
targets to the generalCMakeLists.txt
.