[TIMOB-19047] Windows: Cmake should support PRIResource element
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-04-20T21:33:01.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | Windows, cmake |
Reporter | Kota Iguchi |
Assignee | Chee Kiat Ng |
Created | 2015-06-19T05:01:04.000+0000 |
Updated | 2016-04-20T21:33:01.000+0000 |
Description
In order to make Windows resource management classes work with
cmake
, we need a way to handle Windows string resource files *.resw
with cmake. (See [How to load string resources (XAML)](https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh965323.aspx) for details). The problem is tha it looks like latest cmake
doesn't support PRIResource
element for Visual Studio project, which is used to create link to the resource files.
Currently it is not a problem for Titanium CLI build process because CLI is able to add those lines from template by updating .vcxproj
files manually. This ticket is mainly for calling for attention on build process using cmake.
Marking this invalid because this is obsolete now.