diff --git a/CMakeLists.txt b/CMakeLists.txt index b260d58..a591fe8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if(WIN32) add_definitions(-DGUID_WINDOWS) elseif(UNIX) add_definitions(-DGUID_LIBUUID) - set(CMAKE_CXX_FLAGS "-m32 -fvisibility=hidden") + set(CMAKE_CXX_FLAGS "-m32 -fvisibility=hidden -std=c++11") set(CMAKE_C_FLAGS "-m32 -fvisibility=hidden") set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS OFF) endif() diff --git a/README.md b/README.md index 212a5b0..720862c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pawn-uuid +[![sampctl](https://shields.southcla.ws/badge/sampctl-pawn--uuid-2f2f2f.svg?style=for-the-badge)](https://github.com/Southclaws/pawn-uuid) + uuid provides a simple UUID version 4 generator function. What's a UUID? A UUID (Universal Unique Identifier) is a standardised @@ -46,6 +48,8 @@ times a day. It's best to be safe when trying to generate unique identifiers. ## Installation +[Source and Binaries on GitHub](https://github.com/Southclaws/pawn-uuid) + Simply install to your project: ```bash