Re: [CMake] Generated .rc files silently ignored

2015-09-24 Thread Mueller-Roemer, Johannes Sebastian
Hej hej, for some reason your mail was not delivered to me and I only stumbled upon it by chance in the archives (while trying to find out where another one of my mails to the list disappeared to). In any case, yes, I am adding the .rc file to my add_library command. The issue I have is that

Re: [CMake] Generated .rc files silently ignored

2015-09-13 Thread Jakob van Bethlehem
Hej, Some more information about how you setup things would be useful. For instance: you would need to add the filename of the generated .rc file to the executable/library for which it is generated: are you doing that? In the application I currently work on, we have created a small function to

[CMake] Generated .rc files silently ignored

2015-09-07 Thread Mueller-Roemer, Johannes Sebastian
While adding versioning info to a .dll I noticed that .rc files that are generated (via configure_file) are silently being ignored. Adding them via an absolute path works, but using a relative leads to it being ignored. Is this a bug or is this by design? At the very least just silently