Better CMake dependency handling

This commit is contained in:
Jack Andersen
2019-06-11 16:04:52 -10:00
parent 6c13d089fe
commit c81eb93b6d
6 changed files with 16 additions and 17 deletions

View File

@@ -12,6 +12,8 @@ union Color {
zeus::Comp32 rgba;
};
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
int main() {
zeus::detectCPU();
assert(!CAABox({100, 100, 100}, {100, 100, 100}).invalid());