Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Nov 25, 2024
1 parent 00449b4 commit 05a10b3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ target_sources(vk-gltf-viewer PRIVATE
FILE_SET CXX_MODULES
FILES
extlibs/thread_pool.cppm
extlibs/module-ports/fastgltf.ixx
extlibs/module-ports/glm.cppm
extlibs/module-ports/imgui/imgui.cppm
extlibs/module-ports/imgui/imgui.math.cppm
extlibs/module-ports/imgui/imgui.glfw.cppm
Expand Down Expand Up @@ -165,7 +163,8 @@ target_sources(vk-gltf-viewer PRIVATE
target_link_libraries(vk-gltf-viewer PRIVATE
Boost::container
CGAL::CGAL
fastgltf::fastgltf
fastgltf::module
glm::module
imgui::imgui
KTX::ktx
imguizmo::imguizmo
Expand All @@ -175,14 +174,7 @@ target_link_libraries(vk-gltf-viewer PRIVATE
vku::vku
)
target_compile_definitions(vk-gltf-viewer PRIVATE
FASTGLTF_USE_STD_MODULE=1
GLFW_INCLUDE_NONE
GLM_FORCE_DEPTH_ZERO_TO_ONE
GLM_FORCE_XYZW_ONLY
GLM_ENABLE_EXPERIMENTAL
GLM_GTC_INLINE_NAMESPACE
GLM_EXT_INLINE_NAMESPACE
GLM_GTX_INLINE_NAMESPACE
)

# --------------------
Expand Down

0 comments on commit 05a10b3

Please sign in to comment.