cemyuksel / cyCodeBase

An open source programming resource intended for graphics programmers.
MIT License
271 stars 60 forks source link

add cmake targets #15

Open dongfangliu opened 2 years ago

cemyuksel commented 2 years ago

Why add cmake? This codebase only has header files.

dongfangliu commented 2 years ago

i mean, it could be easier for dependency management when using in cmake project through find_package or CPMAddMoule. Anyway, this is not necessray if u do not like this idea.