fix(core): header includes are not properly sorted
All threads resolved!
All threads resolved!
Compare changes
+ 18
− 25
@@ -12,33 +12,26 @@ g_modules = []
To guess the library name from the path, instead of looking for src
or include
, now we just look backwards for a CMakeLists.txt
.
Closes #39 (closed)
Repeat the test mentioned in #39 (closed) and observe the error is gone.