davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.02k stars 250 forks source link

Fix ninja build by not relying on shell expansion #260

Closed Hi-Angel closed 4 years ago

Hi-Angel commented 4 years ago

Building the project with ninja backend resulted in

ninja: error: '../examples/oterm/static/*', needed by 'examples/oterm/oterm_data.c', missing and no known rule to make it

Fix this by using CMake built-in functional to list all files