riidefi / RiiStudio

Editor for various 3D model formats
https://riidefi.github.io/RiiStudio/
87 stars 16 forks source link

Fix build regressions on linux #40

Closed em-eight closed 1 year ago

em-eight commented 1 year ago

Currently system libraries are found individually. Ideally external libraries are found using custom "find module" files in a top level cmake and inherited to all subdirectory CMakeLists. https://cmake.org/cmake/help/latest/manual/cmake-developer.7.html#find-modules

riidefi commented 1 year ago

Thanks!