joboccara / NamedType

Implementation of strong types in C++
MIT License
766 stars 85 forks source link

Build the test target only when master project #44

Closed gotnone closed 3 years ago

gotnone commented 3 years ago

Changes to CMake build so that tests only run when NamedType is the master CMake project.

joboccara commented 3 years ago

Thanks for the PR!