Hugh
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 3
-
创建于 How to get CMake to actually find includes??
已完成So I have my project and it has underneath it "External Libraries" with some include directories. I've referenced a .h file from one of these directories, specifically libusb. It looks like the ID... -
创建于 How to use sed as an external tool? Wildcard issue
So I'm using TypeScript, transpiling to ES6. Known bug: Typescript outputs imports without a file extension.So I have a sed command to search for "import { something } "./something"; and add .js to...