Open JaySon-Huang opened 6 months ago
It can build successfully under my macbook now
> cmake --build cmake-build
[ 1%] Built target glad
[ 4%] Built target imgui
[ 7%] Built target ImGuizmo
[ 7%] Built target stb_image
[ 8%] Built target toml++
[ 13%] Built target mirrow
[ 14%] Built target miniaudio
[ 14%] Built target nanobench
[ 31%] Built target freetype
[ 43%] Built target lunasvg
[ 54%] Built target efsw
[ 64%] Built target efsw-static
[ 70%] Built target easy_profiler
[ 71%] Built target profiler_converter
[ 72%] Built target profiler_sample
[ 73%] Built target profiler_sample_disabled_profiler
[ 74%] Built target profiler_reader
[ 75%] Built target nickel_core
[ 87%] Built target nickel
[ 87%] Built target ImGuiPlugin
[ 94%] Built target editor
[ 94%] Built target gjk_bench
[ 95%] Built target geom
[ 96%] Built target cgmath
[ 97%] Built target tweeny
[ 97%] Built target csv_iterator
[ 98%] Built target gjk
[ 99%] Built target geom_testbed
[100%] Built target physics_testbed
Fix the following errors:
Fix the cmake error under macos in the previous code
std::filesystem::path
does not have default hash operator to be the key ofunordered_map
. I've define a functor class for itFix that
Sampler::Wrapper::operator==
compare float array in an incorrect way