Re: [CMake] Why is cmake deleting my files?

2016-08-05 Thread J Decker
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

Re: [CMake] Why is cmake deleting my files?

2016-08-05 Thread J Decker
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

[CMake] Why is cmake deleting my files?

2016-08-05 Thread J Decker
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 .