84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
针对debug/release版本指定不同的编译参数可以通过CMAKE_BUILD_TYPE来判断,添加不同的编译参数。
debug/release
CMAKE_BUILD_TYPE
但是如果是针对生成动态库和静态库需要设置不同的编译参数需要怎么做呢?
# 编译共享库: ADD_LIBRARY(aaa SHARED ${SRC_LIST}) 需要针对这个目标添加编译参数 # 静态库: ADD_LIBRARY(aaa_static STATIC ${SRC_LIST})
闭关修行中......
CMake不是支持条件分支吗https://cmake.org/cmake/help/v3.0/command/if.html
CMake不是支持条件分支吗
https://cmake.org/cmake/help/v3.0/command/if.html