boostorg / typeof

Boost.org typeof module
http://boost.org/libs/typeof
12 stars 46 forks source link

Add minimal cmake file #15

Closed Mike-Devel closed 5 years ago

Mike-Devel commented 5 years ago

This cmake file just provides the minimal infrastructure necessary, such that other libraries can get a sensible result from calling

add_subdirectory( ) target_link_library( PUBLIC Boost::move )

More information:

Of course the file can be extended to e.g. build and run tests and support installation, but that is out of scope for this particular PR.