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-08-14 18:22:44 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-14 18:22:44 +0300
commitcd874fd517dbf1bd9217e7dd7f751539690d8204 (patch)
tree07dc6b227a8cb1667ad9c164a9ec96d4a3034965 /CMakeLists.txt
parent0f6f729089ce7514fef45687ab9b93ed2100ee85 (diff)
KernelTest is now used as a proper Boostish library. Many small fixes to get a completely clean winclang build.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53feb179..facc44a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,9 @@ UpdateRevisionHppFromGit("${CMAKE_CURRENT_SOURCE_DIR}/include/boost/afio/revisio
# Setup this cmake environment for this project
include(BoostLiteSetupProject)
# Find my library dependencies
-find_boostish_library(boost-lite 1.0 REQUIRED)
-find_boostish_library(boost--outcome 1.0 REQUIRED)
+find_boostish_library(boost-lite "include/boost/afio" 1.0 REQUIRED)
+find_boostish_library(outcome "include/boost/afio" 1.0 REQUIRED)
+find_boostish_library(kerneltest "test" 1.0 REQUIRED)
# Make the standard static and shared libraries, and if supported by this compiler, C++ modules
# for both static and shared libraries as well. For the non-C++ module variants, makes the