Skip to content

Commit 4b52a42

Browse files
committed
-Fix: updated CMakeLists.txt and taken out old passes
1 parent d62a9bb commit 4b52a42

File tree

3 files changed

+1
-96
lines changed

3 files changed

+1
-96
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ target_link_libraries(VulkanEngine PUBLIC
8888
ImGuiFileDialog)
8989

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

9393
# For VISUAL STUDIO SLN EXPLORER ONLY !!!
9494
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")

include/engine/core/passes/irradiance_compute_pass.h

Lines changed: 0 additions & 48 deletions
This file was deleted.

include/engine/core/passes/panorama_conversion_pass.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)