Bart De Boeck wrote: > Thanks for your response ! > The sources are indeed looking for the upper-case version : Visual Studio > generates by default LIBRARY_EXPORTS statements in Win32 Projects. Is the > CMake behaviour configurable ? Yes. Put this after your ADD_LIBRARY command: SET_TARGET_PROPERTIES(mylib PROPERTIES DEFINE_SYMBOL MYLIB_EXPORTS) -Brad