Snaipe / Mimick

A KISS, cross-platform C mocking library
MIT License
152 stars 42 forks source link

Export targets for external use #11

Open Blast545 opened 4 years ago

Blast545 commented 4 years ago

Allowing to use the library in other CMake projects.

Snaipe commented 4 years ago

This looks fine as-is, but isn't the convention for cmake config files PascalCase?

grasmanek94 commented 2 years ago

I think this PR would be a good place to fix https://github.com/Snaipe/Mimick/issues/28 ?

Blast545 commented 2 years ago

I remember I didn't push any further on this because I ended up working on something else. But as it is, I think it can be merged. @grasmanek94 Feel free to test this branch to see if it solves your issue.

but isn't the convention for cmake config files PascalCase?

I used the convention I've been using for my projects, I honestly don't know if there's a particular convention for cmake config files. @Snaipe If you give me any particular suggestions to the PR I can make amendments.