On Fri, Aug 5, 2016 at 12:46 PM, J Decker wrote:
>
>
> On Fri, Aug 5, 2016 at 11:59 AM, J Decker wrote:
>
>> I'm using "MinGW Makefiles" as a generator...
>>
>>
>> When I change a cmakelists.txt file, a bunch of sources I specify to copy
>> from /.../.c to ${CMAKE_BINARY_DIR}/.../.cpp get delete
On Fri, Aug 5, 2016 at 11:59 AM, J Decker wrote:
> I'm using "MinGW Makefiles" as a generator...
>
>
> When I change a cmakelists.txt file, a bunch of sources I specify to copy
> from /.../.c to ${CMAKE_BINARY_DIR}/.../.cpp get deleted in binary by cmake.
>
> There are no rules in the makefiles f
I'm using "MinGW Makefiles" as a generator...
When I change a cmakelists.txt file, a bunch of sources I specify to copy
from /.../.c to ${CMAKE_BINARY_DIR}/.../.cpp get deleted in binary by cmake.
There are no rules in the makefiles for those files to depend on anything
other than the original .