facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

Missing FindRakNet.cmake module #55

Open Klaim opened 9 years ago

Klaim commented 9 years ago

There is no provided cmake module for client project using CMake to find RakNet easily. All custom FindRakNet.cmake modules I have found online so far does not manage windows/visual studio case, they only work on linux.

dgavedissian commented 9 years ago

Here, try and use this one: https://gist.github.com/davedissian/df6342d9e67de5e1d838

Klaim commented 8 years ago

@davedissian Thanks. Did you test this on windows?

dgavedissian commented 8 years ago

@Klaim I've been using it as part of my project which targets Windows so it should work.