This is how we make library target: add_library(numbers numbers.cpp numbers.h). This will build our library into the target as a static library.
確定! 回上一頁