Am 12.03.2017 um 23:34 schrieb Thomas Mueller:
> Also, the ability to build or cross-build ReactOS and install directory to a 
> FAT32 partition, mounted on a directory, without having to burn to CD and 
> boot/install from there: would that be appropriate?

That's basically our previous "make install", which can also be
supported through CMake.

See my add_rostests_file() function in CMakeMacros.cmake, which uses
CMake's install() function to realize it for rostests.
Someone just has to write a similar function that does add_cd_file() and
install() and can be used by all other modules. And then do the tedious
job of replacing all add_cd_file() calls by calls to this function in
all CMakeLists.txt files...

Feel free to do that :)
Or open a JIRA ticket.

Cheers,

Colin

_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to