Hi
I have a project workspace helpers.dsw which I create through CMake. The CMakeLists.txt file for helpers contains commands add_subdirectory(vpcl) add_subdirectory(vthread) vpcl and vthread folders contain their respective CMakeLists.txt files.This setting adds the project named 'vpcl' and 'vthread' to vhelpers.dsw. Here the project name by default is taken to be the name of the subfolder vpcl or vthread. Is there a way in CMake by which the project name can be changed to something other than the subfolder name say vpcl_new.dsp and vthread_new.dsp? Thanks and Regards Anupam Malhotra The information contained in this electronic mail transmission may be privileged and confidential, and therefore, protected from disclosure. If you have received this communication in error, please notify us immediately by replying to this message and deleting it from your computer without copying or disclosing it.
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
