uuid_v4 icon indicating copy to clipboard operation
uuid_v4 copied to clipboard

Minor improvements, mostly cmake

Open emmenlau opened this issue 2 years ago • 1 comments

This PR makes it possible to build against a local system Google test and Google benchmark. It also adds a CMake install target, so that downstream users can use the library more easily with CMake. Using with CMake should work as:

find_package(uuid_v4)
target_link_libraries(MyFancyProject uuid_v4::uuid_v4)

emmenlau avatar Jul 18 '22 10:07 emmenlau