Skip to content

Commit

Permalink
-Fix: updated CMakeLists.txt and taken out old passes
Browse files Browse the repository at this point in the history
  • Loading branch information
AEspinosaDev committed Jan 22, 2025
1 parent d62a9bb commit 4b52a42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 96 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ target_link_libraries(VulkanEngine PUBLIC
ImGuiFileDialog)

# Set dependencies inside folder
set_property(TARGET glfw glm imgui stb_image tiny_obj_loader tinyply optick ImGuiFileDialog PROPERTY FOLDER "thirdparty")
set_property(TARGET glfw glm imgui stb_image tiny_obj_loader tinyply optick ImGuiFileDialog tinyxml PROPERTY FOLDER "thirdparty")

# For VISUAL STUDIO SLN EXPLORER ONLY !!!
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
Expand Down
48 changes: 0 additions & 48 deletions include/engine/core/passes/irradiance_compute_pass.h

This file was deleted.

47 changes: 0 additions & 47 deletions include/engine/core/passes/panorama_conversion_pass.h

This file was deleted.

0 comments on commit 4b52a42

Please sign in to comment.