Heyo! Just a small thing - using include_directories instead of -I.
This helps some cmake analysers and the like to better get an idea of how wut works, while having the same effect in terms of actual compiling. In my case, it meant the IDEs I was experimenting with would find wut's headers without extra help!
If there's some reason this wasn't done initially, I'd be glad to hear it. Not too attached to this change, though it would be nice ;D
Thanks again!
-Ash
Heyo! Just a small thing - using include_directories instead of
-I
. This helps some cmake analysers and the like to better get an idea of how wut works, while having the same effect in terms of actual compiling. In my case, it meant the IDEs I was experimenting with would find wut's headers without extra help! If there's some reason this wasn't done initially, I'd be glad to hear it. Not too attached to this change, though it would be nice ;D Thanks again! -Ash