Added fmt library and updated to print log info by default

This commit is contained in:
Alejandro Saucedo 2021-02-21 11:38:32 +00:00
parent cb79948bb5
commit db6aa3e1e3
7 changed files with 95 additions and 58 deletions

View file

@ -67,7 +67,7 @@ mk_cmake:
-DKOMPUTE_OPT_BUILD_DOCS=1 \
-DKOMPUTE_OPT_BUILD_SHADERS=1 \
-DKOMPUTE_OPT_BUILD_SINGLE_HEADER=1 \
-DKOMPUTE_OPT_ENABLE_SPDLOG=1 \
-DKOMPUTE_OPT_ENABLE_SPDLOG=0 \
-DKOMPUTE_OPT_CODE_COVERAGE=1 \
-G "Unix Makefiles"