Hugh
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
-
Created How to get CMake to actually find includes??
CompletedSo 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... -
Created 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...