andreasbuhr / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
364 stars 53 forks source link

vc++ cmake - cannot find tests-main.lib #12

Closed mediabuff closed 4 years ago

andreasbuhr commented 4 years ago

Hello, thanks a lot for your issue report. Could you please describe what you did to hit this problem?

mediabuff commented 4 years ago

Just compile under cmake - VC++

andreasbuhr commented 4 years ago

Can you provide a set of commands you executed? Which branch are you working on?

Garcia6l20 commented 4 years ago

This can be resolved by setting tests-main lib to be STATIC instead of SHARED. Fix coming soon.

andreasbuhr commented 4 years ago

I think this is fixed now?

Garcia6l20 commented 4 years ago

Yes fixed in https://github.com/andreasbuhr/cppcoro/pull/15

andreasbuhr commented 4 years ago

Great.