Text archives Help
- From: Abe Stephens <abe@sci.utah.edu>
- To: Christiaan Paul Gribble <cgribble@sci.utah.edu>
- Cc: manta@sci.utah.edu
- Subject: Re: [MANTA] Adding -I/path/to/teem to scene build
- Date: Mon, 15 May 2006 18:50:44 -0700
Christiaan Paul Gribble wrote:
I've got a scene file that uses NRRD to read some input data. I've
added the scene to CMakeLists.txt in the scene/ directory, but it
won't build because "-I/path/to/teem" doesn't show up in the build
command. How do I add this to the CMakeLists.txt so that it will
show up?
https://code.sci.utah.edu/svn/Manta/trunk/Image/CMakeLists.txt does
something similar.
which is:
IF (FOUND_TEEM_INCLUDE)
...
# Add the include directory to the build
INCLUDE_DIRECTORIES(${FOUND_TEEM_INCLUDE}
...
IF (FOUND_TEEM_LIB)
# Add the library dependency
SET (NRRD_IMAGE_LIB ${FOUND_TEEM_LIB} png)
Abe
p.s. Alan sends his greetings.
Archive powered by MHonArc 2.6.16.