dddddjent

Results 1 issues of dddddjent

### Xmake 版本 2.9.4 ### 操作系统版本和架构 Archlinux ### 描述问题 `xmake project -k ninja` 生成的build.ninja没有cuda编译相关的rule,不能正常编译 但是直接xmake build可以 ### 期待的结果 ninja能够成功编译 ### 工程配置 ```bash xmake create [project_name] mv src/main.cpp src/main.cu ``` ```lua...

bug
generator:ninja