[CMake] CMAKE error when I add my own library

Bill Hoffman bill.hoffman at kitware.com
Tue Apr 1 09:56:29 EDT 2008


irene gonzalvez wrote:
> Dear CMake-users,
...
> 
> ADD_LIBRARY (myfunctions 
> Library/itkBinaryBallStructuringElement_modified.txx)
> 
A .txx file is a template file.  It is not a compiled file.  That is why 
your library is empty.

-Bill


More information about the CMake mailing list