You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWTAI-Platform/Src4/nmNum/nmNum.pro

26 lines
707 B
Prolog

## ///////////////////////////////////////
## 本类库集 主要是数值试井部分大都以nm开题Numerical
## ///////////////////////////////////////
TEMPLATE = subdirs
include(../functions.pri)
#因为依赖关系问题从WTAI调试数值代码不太方便所以从20250616开启
#不再维护nmNum下面的内容原本就是为了Demo而写的直接调用数值模
#块的类库和头文件来进行
addSubdirs(nmXml)
addSubdirs(nmData)
addSubdirs(nmCalculation)
addSubdirs(nmSubWxs)
addSubdirs(nmGUI)
addSubdirs(nmPlot)
addSubdirs(nmSubWnd)
#测试代码仅仅通过nmDemo来完成
#测试demo时需要注销 #define USE_NM_STANDARD
addSubdirs(nmDemo)
fixDepends()