CMake模块构建工程

This commit is contained in:
chen
2026-07-02 10:24:20 +00:00
parent e606b9e53c
commit d9813ea8fe
8 changed files with 311 additions and 16 deletions
+3
View File
@@ -1,5 +1,8 @@
#include "Axis.h"
int main()
{
plcopen::Axis axis();
return 0;
}