lighttransport / nanort

NanoRT, single header only modern ray tracing kernel.
MIT License
1.07k stars 89 forks source link

cant use any function from imgui #73

Closed farter546 closed 2 years ago

farter546 commented 2 years ago

main.cpp:(.text+0x7b): undefined reference toImGui::DebugCheckVersionAndDataLayout(char const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)' collect2.exe: error: ld returned 1 exit status Makefile:8: recipe for target 'output' failed mingw32-make: *** [output] Error 1`

get this error when i try to compile with IMGUI_CHECKVERSION(); in my src im using glfw if that matters