David Cole wrote:
The first argument of SET_TARGET_PROPERTIES should be the same as the
first argument of your ADD_LIBRARY or ADD_EXECUTABLE command.

You need one SET_TARGET_PROPERTIES for each library or executable
target where you have a mixture of C, CXX and Fortran code...

HTH,
David


that was what I tried first, but did not know I had to add it after the
ADD_EXECUTABLE ( skinmesh
${skinmesh_SRCS}
)
I added these few lines after this part, and now I works,
Thanks,
Marie
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to