Skip to content

Commit

Permalink
Gfx requires application level functionality for program options
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon committed Nov 5, 2024
1 parent 195f8ee commit b7a08e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .iwyu.imp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@
{ include: ["<boost/program_options/detail/parsers.hpp>", "private", "<boost/program_options/parsers.hpp>", "public"] },
{ include: ["<boost/program_options/detail/value_semantic.hpp>", "private", "<boost/program_options/value_semantic.hpp>", "public"] },
{ include: ["<catch2/catch_tostring.hpp>", "private", "<catch2/catch_test_macros.hpp>", "public"] },


]
1 change: 1 addition & 0 deletions libraries/gfx/platform/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ target_include_directories(MorpheusGfxPlatform
target_link_libraries(MorpheusGfxPlatform
PUBLIC
morpheus::core
morpheus::application
)

set_target_properties(MorpheusGfxPlatform
Expand Down
2 changes: 1 addition & 1 deletion libraries/gfx/vulkan/src/morpheus/gfx/vulkan/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ struct morpheus::fmt_ns::formatter<morpheus::gfx::vulkan::Version>
{
return morpheus::fmt_ns::format_to(context.out(), "{{variant={},major={},minor={},patch={}}}", value.variant(), value.major(), value.minor(),
value.patch());
}
}
};

0 comments on commit b7a08e7

Please sign in to comment.