[CMake] Adding a folder of *.h and *.txx files in ITK using cmake.
William A. Hoffman
billlist at nycap.rr.com
Fri Sep 15 09:28:42 EDT 2006
At 08:53 PM 9/14/2006, Sonali Barua wrote:
>Hello,
>
>I am facing a problem in my CMakeLists.txt file. I would like to add several ITK files in a folder that consitutes a library that isn't yet part of the original ITK library using cmake. What are the commands that I have to use so that my source files can use these set of header and .txx files while compiling make?
This is a better question for the ITK list. Basically you want to write your own
CMakeLists.txt and find the ITK you have already built. There are many examples
of how to do this in ITK.
-Bill
More information about the CMake
mailing list