We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f368b commit deae2e4Copy full SHA for deae2e4
2 files changed
CMakeLists.txt
@@ -57,14 +57,12 @@ build_library(
57
Vulkan
58
glm
59
stb
60
- tinyobjloader
61
62
LINK_PACKAGES
63
glfw
64
Vulkan::Vulkan
65
glm::glm
66
stb::stb
67
- tinyobjloader::tinyobjloader
68
)
69
70
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_23)
conanfile.py
@@ -87,7 +87,6 @@ def requirements(self):
87
self.requires("glfw/3.4")
88
self.requires("glm/1.0.1")
89
self.requires("stb/cci.20230920")
90
- self.requires("tinyobjloader/2.0.0-rc10")
91
92
def layout(self):
93
cmake_layout(self)
0 commit comments