Help with libraries
Hey, I just " coded " this c++ code using chatgpt and I need a little bit of help, I need help with putting files in folders like: include, lib, and others I dont really understand it. ( Includes are down ). When i put the whole imgui folder into "include" it just extracts it and nothing works. same as for other files. Any help will be appreciated!
>> Dont worry about the model folder..
#include <iostream>
#include <opencv2/opencv.hpp>
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <imgui.h>
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl3.h>
#include <GLFW/glfw3.h>
#include <thread>
#include <chrono>
#include <atomic>
#include <mutex>
#include <vector>
#include <Windows.h>
#include <dwmapi.h>
>> Dont worry about the model folder..
#include <iostream>
#include <opencv2/opencv.hpp>
#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <imgui.h>
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl3.h>
#include <GLFW/glfw3.h>
#include <thread>
#include <chrono>
#include <atomic>
#include <mutex>
#include <vector>
#include <Windows.h>
#include <dwmapi.h>
