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>2020-11-11 16:16:54 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-11 16:16:54 +0300
commite1be6ddf37c90553048041188ad06745e0077ec1 (patch)
treed4ca1e74654b65f7a58c71dfe83ef30c82acb967 /CMakeLists.txt
parent7028871fef378c457c51029561ee5997907dad91 (diff)
More Windows install fixes, disable issue0009 test on 32 bit, yet more debug printing on clang inside path_discovery.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9f3d33c..777a3fea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -413,6 +413,9 @@ include(QuickCppLibCacheLibrarySources)
# Make available this library for install and export
include(QuickCppLibMakeInstall)
if(WIN32)
+ set_target_properties(ntkernel-error-category_hl PROPERTIES EXPORT_NAME ntkernel-error-category_hl)
+ set_target_properties(ntkernel-error-category_sl PROPERTIES EXPORT_NAME ntkernel-error-category_sl)
+ set_target_properties(ntkernel-error-category_dl PROPERTIES EXPORT_NAME ntkernel-error-category_dl)
install(TARGETS ntkernel-error-category_hl ntkernel-error-category_sl ntkernel-error-category_dl
EXPORT llfioExports
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"