mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
libdawn will be one of the libraries produced but other libraries like libdawn_native don't need to link against it. However they do need the Dawn headers so we generate them separately. This also makes all internal targets depend on the header generation and have the include directories necessary for those headers. Also has a small fix for setting compile flags only for C++ files.