[CMake] Changing Project Name

Malhotra, Anupam Anupam.Malhotra at Safenet-inc.com
Fri Feb 8 04:30:02 EST 2008


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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20080208/1b230416/attachment.html


More information about the CMake mailing list