aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-18 01:49:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-18 01:57:56 +0300
commit69710739299a8b09545cf97fbc27ac4b2b0caeab (patch)
treed9c478bac8472cf393d0ff420a61b170de5833c1 /project
parentcommon.cmake: allow nested inclusions (diff)
downloadcmake-common-69710739299a8b09545cf97fbc27ac4b2b0caeab.tar.gz
cmake-common-69710739299a8b09545cf97fbc27ac4b2b0caeab.zip
README: elaborate
Diffstat (limited to '')
-rw-r--r--project/boost/README.md12
-rw-r--r--project/cmake/README.md12
2 files changed, 0 insertions, 24 deletions
diff --git a/project/boost/README.md b/project/boost/README.md
deleted file mode 100644
index 5c8240c..0000000
--- a/project/boost/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-Boost
-=====
-
-Download & build the Boost libraries in a cross-platform way.
-
-A simple usage example to download and build Boost 1.72.0:
-
- $ python3 -m project.boost.download 1.72.0
- ...
-
- $ python3 -m project.boost.build -- boost_1_72_0/ --with-filesystem --with-program_options
- ...
diff --git a/project/cmake/README.md b/project/cmake/README.md
deleted file mode 100644
index 7a488d9..0000000
--- a/project/cmake/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-CMake
-=====
-
-Build a CMake project.
-
-A simple usage example:
-
- $ python3 -m project.cmake.build --configuration Release --install path/to/somewhere -- examples/simple
- ...
-
- $ ./path/to/somewhere/bin/foo
- foo