Skip to content

Commit

Permalink
Put dependencies into ExamplePlugins/Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes committed Nov 19, 2024
1 parent f9604ad commit 7c2ec76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ExampleDependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
--verbose
)

set_target_properties(hwy hwy_contrib hwy_list_targets hwy_test
PROPERTIES
FOLDER ExamplePlugins/Dependencies
)

# Automatically available when using find_package(ManiVault)
mv_install_dependencies(${PROJECT_NAME} "hwy" "hwy_contrib")

Expand Down

0 comments on commit 7c2ec76

Please sign in to comment.