[Insight-users] how to cmake cvs version
for DeformableRegistration7 and DeformableRegistration8
Julien Jomier
jjomier at cs.unc.edu
Sat Dec 25 12:32:15 EST 2004
Hi Jim,
This is strange. If you delete the CMakeLists.txt and do a cvs update
are you still gettting the same revision?
Anyways, you can add these lines to the CMakeLists.txt:
ADD_EXECUTABLE(DeformableRegistration7 DeformableRegistration7.cxx )
TARGET_LINK_LIBRARIES(DeformableRegistration7 ITKNumerics ITKIO)
ADD_EXECUTABLE(DeformableRegistration8 DeformableRegistration8.cxx )
TARGET_LINK_LIBRARIES(DeformableRegistration8 ITKNumerics ITKIO)
Moreover, you can always get the cvs version of the files via cvsweb:
http://www.itk.org/cgi-bin/viewcvs.cgi/Examples/Registration/CMakeLists.txt?rev=1.60&root=Insight&view=log
Hope that helps,
Julien
Jim wrote:
> Hi,
>
> Run cMake after cvs update, the itk.sln still same as version 1.8.
> There is DeformableRegistration7.cxx and DeformableRegistration8.cxx
> in the Example\registration folder but the CMakeLists.txt in Insight
> still dated 8/13/2004 (version 1.8).
>
> My question is how to get the cvs cversion of CMakeLists.txt or how to
> modify the CMakeLists.txt so I can get DeformableRegistration7 and
> DeformableRegistration8 compiled?
>
> Thanks
>
> Jim
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list