>>  You can use add_custom_target() which in case of the visual studio 
>> generators will create a project that can execute commands of your choice.
>> Alternatively you can use add_custom_command() to  attach commands to 
>> existing targets (e.g. visual studio projects) or to produce an output that 
>> can be depended on by another target.
>>
>> Nils

Nils, thank you for that suggestion.  Using the add_custom_target() command in 
addition to the add_custom_command(), I was able to come up with a solution 
that will give me what I was looking for.

-Jason

________________________________

This transmission may contain information that is privileged, confidential, 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
strictly prohibited. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format.
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to