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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to