Revision d70f5e19fd3efc6f509b517141a2075506975d44 authored by Francesc Domene on 30 July 2019, 13:17:09 UTC, committed by Marc Garcia Puig on 30 July 2019, 13:17:09 UTC
* Updated documentation and improvements

* Added doxygen to jenkins pipeline
1 parent a91f0da
Raw File
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top