More C++ work...

This commit is contained in:
Eric Froemling 2020-10-02 11:29:20 -05:00
parent 22d09f39ac
commit 94dbe1a946

View File

@ -778,6 +778,9 @@ ENV_SRC = tools/pcommand tools/batools/build.py
# #
################################################################################
# CMake build-type lowercase
CM_BT_LC = $(shell echo $(CMAKE_BUILD_TYPE) | tr A-Z a-z)
# When using CLion, our cmake dir is root. Expose .clang-format there too.
ballisticacore-cmake/.clang-format: .clang-format
@cd ballisticacore-cmake && ln -sf ../.clang-format .