EDIT: Cmake update
This commit is contained in:
7
third_party/CMakeLists.txt
vendored
7
third_party/CMakeLists.txt
vendored
@@ -1,5 +1,3 @@
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
||||
add_library(vkbootstrap STATIC)
|
||||
add_library(glm INTERFACE)
|
||||
add_library(vma INTERFACE)
|
||||
@@ -62,11 +60,6 @@ target_include_directories(ImGuizmo PUBLIC
|
||||
imgui
|
||||
)
|
||||
|
||||
target_compile_definitions(ImGuizmo
|
||||
PRIVATE
|
||||
IMGUI_DEFINE_MATH_OPERATORS
|
||||
)
|
||||
|
||||
target_link_libraries(ImGuizmo PUBLIC imgui)
|
||||
|
||||
add_subdirectory(BVH)
|
||||
|
||||
Reference in New Issue
Block a user