On Thu, 5 Apr 2001, Bill Hoffman wrote: > Are you building shared or static? > Well, CMake is generating the project, and it selects to create a static library. When specifying a LIBRARY() target in a CMakeList, there is no indication to whether the library will be static or dynamic. Maybe I'm missing something in the CMakeList ?