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>2019-12-15 16:13:39 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-12-15 16:13:39 +0300
commitead062146b2e0777b8da33cf3651bce7930afccf (patch)
tree713f7e84444462e2b3d6b1e776c8afb58cfb62e7 /CMakeLists.txt
parente9d6aeb1ebfa7b22accb08c85850965dffe00cab (diff)
Fix colliding symbol. Add memory persistence academic papers to references.
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 cfb87f0a..c3dedced 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -130,10 +130,11 @@ if(NOT PROJECT_IS_DEPENDENCY)
-U OUTCOME_UNSTABLE_VERSION)
endif()
endif()
+
+ # Create a custom doxygen generation target
+ include(QuickCppLibMakeDoxygen)
endif()
-# Create a custom doxygen generation target
-include(QuickCppLibMakeDoxygen)
# Set the standard definitions for these libraries and bring in the all_* helper functions
include(QuickCppLibApplyDefaultDefinitions)