Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
6a90787b
Commit
6a90787b
authored
Sep 25, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add spdlog submodule to build tree
parent
cd9e70e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
plugins/vendor/CMakeLists.txt
plugins/vendor/CMakeLists.txt
+7
-0
No files found.
CMakeLists.txt
View file @
6a90787b
...
...
@@ -41,6 +41,7 @@ dune_enable_all_packages()
dune_require_cxx_standard
(
MODULE
"dorie"
VERSION 14
)
# add subdirectories
add_subdirectory
(
plugins/vendor
)
add_subdirectory
(
"m4"
)
add_subdirectory
(
"cmake/modules"
)
add_subdirectory
(
"python"
)
...
...
plugins/vendor/CMakeLists.txt
0 → 100644
View file @
6a90787b
# enable usage of 'add_test' in submodules (DUNE throws error otherwise)
set
(
DUNE_REENABLE_ADD_TEST True
)
# disable spdlog tests and examples
set
(
SPDLOG_BUILD_TESTING OFF
)
set
(
SPDLOG_BUILD_EXAMPLES OFF
)
add_subdirectory
(
spdlog EXCLUDE_FROM_ALL
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment