Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
2d2958e9
Commit
2d2958e9
authored
Mar 21, 2016
by
Fabio Bas
Browse files
cmake: Enable c++11 for all targets
parent
a55b3784
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/carddatabase/CMakeLists.txt
View file @
2d2958e9
...
...
@@ -18,7 +18,7 @@ if(Qt4_FOUND)
# Include directories
INCLUDE
(
${
QT_USE_FILE
}
)
INCLUDE_DIRECTORIES
(
${
QT_INCLUDES
}
)
TARGET_LINK_LIBRARIES
(
carddatabase_test {QT_LIBRARIES}
)
TARGET_LINK_LIBRARIES
(
carddatabase_test
$
{
QT_LIBRARIES
}
)
endif
()
# qt5 stuff
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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