[CMake] Problems with icons for Windows Store 10.0

Roman Wüger roman.wueger at gmx.at
Wed Oct 5 14:56:26 EDT 2016


Hello,

I tried the following to copy the required app icons to the required destination:

configure_file(Logo.png ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.dir/Logo.png COPYONLY)

The CMake process itself overrides those files at the end with the files from the CMake's Template directory, which are empty.

So, how could I use my icon files and/or what is the preferred way of doing this?

Thanks in advance

Best Regards
Roman


More information about the CMake mailing list