Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Christoph Gerum
cereal-test
Commits
9f179c2a
Commit
9f179c2a
authored
Oct 27, 2016
by
Christoph Gerum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ask cmake for generalized initializers
parent
1f561579
Pipeline
#3158
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
9f179c2a
...
...
@@ -4,4 +4,6 @@ cmake_minimum_required(VERSION 3.0)
include_directories
(
cereal/include
)
add_executable
(
test_cereal test_cereal.cpp
)
target_compile_features
(
test_cereal PUBLIC cxx_generalized_initializers
)
add_executable
(
test_graph test_graph.cpp
)
target_compile_features
(
test_cereal PUBLIC cxx_generalized_initializers
)
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