pvpgn-server
pvpgn-server copied to clipboard
Add a FindLibc++ cmake module when using clang
If we use -stdlib=libc++ for clang, cmake will not check whether it is installed or not. We need to add a Find module to check for it.