Masstronaut / Engine

gonna make it good
3 stars 1 forks source link

Move clang-format include to root CMakeLists #45

Open Masstronaut opened 6 years ago

Masstronaut commented 6 years ago

Currently include(../cmake/clangfmt.cmake) is in pilcrow/CMakeLists.txt, but it should be in the root CMakeLists.txt.

Bonus points if you can have it simply not check the dependencies folder, instead of checking and then removing them.