Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-01 11:25:02 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-01 11:25:02 +0300
commit006fe07cfef9012953cddc4030e92549358d5cf6 (patch)
tree734101c99747976382cd551ece074b97ee6e6514 /CMakeLists.txt
parent0bbb5f29806e0b3389c3e109c89161f377bb2263 (diff)
Beginnings of cmake tooling
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 00000000..f48d8475
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,6 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 3.0 FATAL_ERROR)
+PROJECT(afio VERSION 2.0.0 LANGUAGES CXX)
+SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/include/boost/afio/boost-lite/cmake")
+INCLUDE(RequireOutOfSourceBuild)
+INCLUDE(MakeBoostLiteLibrary)
+INCLUDE(MakeBoostLiteHeaderOnlyLibrary)