Commit Graph

4 Commits

Author SHA1 Message Date
Andrey Semashev
0e810ea02f Updated license URLs to use https. 2019-01-02 15:32:10 +03:00
Mike Dev
1dd9dd831b [CMake] Add minimal cmake file
Generate cmake target that builds the library and which can
be used by other libraries to express their dependency on
this library and retrieve any configuration information
such as the include directory, binary to link to,
transitive dependencies, necessary compiler options or the
required C++ standards level.
2019-01-02 15:00:46 +03:00
Andrey Semashev
b092a25923 Revert "Added an experimental partial CMakeLists.txt for dependency tracking in CMake projects."
This reverts commit 5ad28ffd18.

Apparently, just adding include paths to user's CMake projects is not enough
for the original requester.

https://github.com/boostorg/atomic/pull/20#issuecomment-448345886
2018-12-18 23:05:41 +03:00
Andrey Semashev
5ad28ffd18 Added an experimental partial CMakeLists.txt for dependency tracking in CMake projects. 2018-12-18 19:26:35 +03:00