[Insight-users] Re: How to make a single Application OutSide the Application Main Directory

Lino Ramirez ramirez at ece.ualberta.ca
Fri Mar 11 13:15:51 EST 2005


Hi Arun,

The ADD_GUI_EXECUTABLE and the ITK_DISABLE_FLTK_GENERATED_WARNINGS are
MACROS defined in the CMakeLists.txt that you find in the main directory
of InsightApplications

So if want to use them outside the main directory you have to copy them in
your own CMakeLists.txt (just do a search for those MACROS in the
CMakeLists.txt in the main directory of InsightApplications and copy paste
them into your own CMakeLists.txt)

I hope this helps,

Lino



More information about the Insight-users mailing list