[Insight-users] How to set the INCLUDE_DIRECTIORIES in the CMakeList.txt
of GaussianFilter?
Luis Ibanez
luis . ibanez at kitware . com
Fri, 01 Aug 2003 11:05:16 -0400
Hi Hon,
If you are building In-Source, your source and binary
directories are the same, so it should be enough to do
INCLUDE_DIRECTORIES(
D:\ITK Research\FltkImageViewer
${GaussianFilter_SOURCE_DIR}
${GaussianFilter_BINARY_DIR}
)
Regards,
Luis,
-----------------------
Hon-Cheng Wong wrote:
> Dear Luis and all ITK users,
>
> In order to separate the GaussianFilter in independent project,
> I have separated
>
> the FLTKImageViewer library and built it using *IN-SOURCE* build. Both
> my source
>
> and bin of FLTKImageViewer are located at D:\ITK Research\FltkImageViewer.
>
> My GaussianFilter is located at D:\ITK Research\GaussianFilter.
>
>
>
> As you told me in the previous E-mail, the INCLUDE_DIRECTORIES
>
> should look something like
>
>
>
> INCLUDE_DIRECTORIES(
>
> /home/wong/src/FltkImageViewer
>
> /home/wong/src/FltkImageViewer
>
> )
>
>
>
> Could you tell me the exactly what /home/wong/src will be in my case?
>
> Since I could not set the INCLUDE_DIRECTORIES in the CMakeList.txt of
>
> GaussianFilter right. I have tried the following, but it doesn't work
> and I got
>
> the same errors as before.
>
>
>
> INCLUDE_DIRECTORIES(
>
> /ITK Research/FltkImageViewer
>
> )
>
>
>
> Thank you very much again!!
>
>
>
> Regards,
>
> Hugo
>
>
>
> Hon-Cheng Wong, Hugo
>
> Faculty of Information Technology,
>
> Macao University of Science and Technology,
>
> Macao, China
>