libuv / help

Need help with libuv? Post your question here.
28 stars 7 forks source link

how to generate x86 specific sln using cmake #183

Open lovelypp777 opened 3 years ago

lovelypp777 commented 3 years ago

I have generate x64 sln for successfully using "cmake .." in windows 10. but is there any defines to generate x86 specific sln ?

thanks!

bnoordhuis commented 3 years ago

Yes, but that's not a libuv-specific question. Look up how to do cross-compiling (changing the build target) with cmake.