Compare commits

..

5 Commits

Author SHA1 Message Date
Peter Dimov 7be386ad98 Merge pull request #7 from sdarwin/docs5
Docs fix typo
2024-10-07 22:17:14 +03:00
sdarwin d47c3c463e Docs fix typo 2024-10-07 13:02:03 -06:00
Peter Dimov d0caac5c34 Merge pull request #3 from sdarwin/meta
Update metadata
2023-09-25 10:22:30 +03:00
sdarwin d8baf73b2b Update metadata 2021-11-05 13:26:18 -05:00
Peter Dimov 47ce71af6b Add CMakeLists.txt 2021-05-28 00:06:10 +03:00
3 changed files with 23 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
# Generated by `boostdep --cmake compatibility`
# Copyright 2020 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
cmake_minimum_required(VERSION 3.5...3.16)
project(boost_compatibility VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
add_library(boost_compatibility INTERFACE)
add_library(Boost::compatibility ALIAS boost_compatibility)
target_include_directories(boost_compatibility INTERFACE include)
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
add_subdirectory(test)
endif()
+2 -2
View File
@@ -6,7 +6,7 @@
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Boost.Compatibilty library</title>
<title>Boost.Compatibility library</title>
</head>
<body>
@@ -15,7 +15,7 @@
width="277" height="86">
<hr>
<h1>Boost.Compatibilty library</h1>
<h1>Boost.Compatibility library</h1>
<p>This library provides workarounds which allow the other Boost
libraries to be used on otherwise non-conforming platforms. We hope that
+1 -1
View File
@@ -7,6 +7,6 @@
],
"description": "Help for non-conforming standard libraries.",
"category": [
"workarounds"
"Workarounds"
]
}