[CMake] How to iterate over a set of directories containing projects?
Peter
p.schregle at impuls-imaging.com
Mon Jul 13 04:56:54 EDT 2009
I have a bunch (50+) of sample programs deep in the hierarchy of my
library project. Each of these samples has a similar CMakeLists.txt
file, like
add_executable( binning binning.cpp )
target_link_libraries( binning ${Boost_LIBRARIES} )
where binning would be the name of the sample as well as the name of the
directory. I'm wondering if there would be a way to avoid authoring
these similar CMakeLists.txt files and instead somehow iterate over all
the projects in the CMakeLists.txt file which is one level higher in the
hierarchy?
Peter
_______________________________________________
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
More information about the CMake
mailing list