Skip to content

Add target property VS_ASSETS_DIRECTORY to define custom images

Roman requested to merge Roman80/cmake:vs-assets-directory into master

e.g.: set_property(TARGET ${PROJECT_NAME} PROPERTY VS_ASSETS_DIRECTORY "${CMAKE_SOURCE_DIR}/artwork/WinStore")

With this it is now possible to define a custom directory where the images are.

Merge request reports