Skip to content
Snippets Groups Projects
Commit 00a970a9 authored by Martin Štourač's avatar Martin Štourač
Browse files

add tinyobjloader and stb_image headers to local directory

parent 98682df7
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ set(ROFIBOTS_3RD_PARTY_LIBRARIES_TO_LINK_WITH
glad::glad
glm::glm
imgui::imgui
tinyobjloader
${Boost_LIBRARIES}
)
......
......@@ -15,6 +15,10 @@ add_library(${THIS_TARGET_NAME}
./include/filein/json_loader.hpp
./src/json_loader.cpp
./include/filein/tiny_obj_loader.h
./include/filein/stb_image.h
)
set_target_properties(${THIS_TARGET_NAME} PROPERTIES
......
This diff is collapsed.
This diff is collapsed.
......@@ -3,7 +3,7 @@
#ifndef TINYOBJLOADER_IMPLEMENTATION
#define TINYOBJLOADER_IMPLEMENTATION
#endif
#include <tiny_obj_loader.h>
#include <filein/tiny_obj_loader.h>
#include <iostream>
......
#include <filein/texture_loader.hpp>
#ifndef STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
#endif
#include <filein/stb_image.h>
#include <utils/assumptions.hpp>
#include <filesystem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment