ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 888 forks source link

moved header dep globbing outside of custom command #284

Open JamesWP opened 6 years ago

JamesWP commented 6 years ago

inside custom command was causing a problem when using the Ninja generator now the following works

$ sudo apt install ninja-build; $ mkdir bld; cd bld; $ cmake -G Ninja .. $ cmake --build .