hi all, Is there any proper way to build a shared AND static lib with cmake ?
( ADD_LIBRARY(libname SHARED sources ..) && ADD_LIBRARY(libname STATIC sources ..) doesn't work) Do I need to have 2 directory, one for the shared and one for the static ? best regards, -- Xavier Delannoy _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
