diff --git a/CMakeLists.txt b/CMakeLists.txt index 31633f99..f4f23010 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ find_package(glfw3 REQUIRED) find_package(glm CONFIG REQUIRED) find_package(imgui CONFIG REQUIRED) find_package(Stb REQUIRED) -find_package(tinyobjloader CONFIG REQUIRED) +#find_package(tinyobjloader CONFIG REQUIRED) find_package(Vulkan REQUIRED) #add_definitions(-DIMGUI_DISABLE_OBSOLETE_FUNCTIONS) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 89960217..e37b3c25 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -157,4 +157,5 @@ add_dependencies(${exe_name} Assets) set_target_properties(${exe_name} PROPERTIES DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}) target_include_directories(${exe_name} PRIVATE . ${STB_INCLUDE_DIRS} ${Vulkan_INCLUDE_DIRS}) target_link_directories(${exe_name} PRIVATE ${Vulkan_LIBRARY}) -target_link_libraries(${exe_name} PRIVATE Boost::boost Boost::exception Boost::program_options glfw glm::glm imgui::imgui tinyobjloader::tinyobjloader ${Vulkan_LIBRARIES} ${extra_libs}) +#target_link_libraries(${exe_name} PRIVATE Boost::boost Boost::exception Boost::program_options glfw glm::glm imgui::imgui tinyobjloader::tinyobjloader ${Vulkan_LIBRARIES} ${extra_libs}) +target_link_libraries(${exe_name} PRIVATE Boost::boost Boost::exception Boost::program_options glfw glm::glm imgui::imgui ${Vulkan_LIBRARIES} ${extra_libs})