So now suppose I have a working installer (which is not the case yet),
and that the entry point of the whole program is a python script.

Is there a way to make the whole project launchable via double click on more platforms?

At the moment there is a run.bat in every project for this to run on Windows, and I guess
it's not so easy otherwise http://www.pyinstaller.org/ would not exist.

But since cmake can run the python script in a multi-platform way, maybe there is a way
to create an actual executable that does the job, right?
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to