How do I define a custom target and have it traverse the source tree?

I'm using

add_custom_target(
    specialtest
    COMMAND rel/path/to/test_script
)

However, I need to add other commands to this target that come from scripts in 
subdirectories.



Gantry York
Chandler, Arizona

--

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