It's possible, but it's probably not advisable.
The command line argument handling code in CMake is, shall we say, a smidge
on the fragile side.
It would be better to stream your arguments into a file, perhaps one arg
per line in a text file, and then use CMake's file reading capabilities to
proc
Is it possible to have an unbounded number of arguments to a script
processed by CMake using the -P argument?
I need to specify a variable number of arguments, so using -D isn't going
to help much.
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/