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

This should be a quick thing to review, could it be considered?

emmenlau avatar Sep 28 '22 08:09 emmenlau

Sorry I'm very late on this! Thank you for the PR the install target is a nice addition.

crashoz avatar Mar 16 '23 12:03 crashoz