To create an build target that creates an library, use the add_library command: add_library(my_lib lib.cpp). The CMake variable BUILD_SHARED_LIBS controls ...
確定! 回上一頁