GrabBag/Test/Test.pro

17 lines
341 B
Prolog
Raw Normal View History

2026-02-19 00:58:16 +08:00
TEMPLATE = subdirs
# 撕裂项目
# SUBDIRS += tcpclient/tcpclient_test.pro
# SUBDIRS += tcpserver/tcpserver_test.pro
2026-05-17 00:38:31 +08:00
win32-msvc {
2026-06-26 17:57:57 +08:00
# WDRemoteReceiver 模块测试
SUBDIRS += WDRemoteReceiverTest/WDRemoteReceiverTest.pro
2026-05-17 00:38:31 +08:00
SUBDIRS += RsLidarTest/RsLidarTest.pro
}
2026-08-04 14:23:07 +08:00
unix:!macx {
SUBDIRS += GpioModuleTest/GpioModuleTest.pro
}