Skip to content
Snippets Groups Projects

Resolve "Failing Import"

Merged Maxence Naud requested to merge fix-issue-9 into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -82,6 +82,7 @@ if (PYBIND)
)
endif()
target_link_libraries(${module_name} PUBLIC fmt::fmt)
target_compile_features(${module_name} PRIVATE cxx_std_14)
target_compile_options(${module_name} PRIVATE
Loading