Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
de6e3fa8
Commit
de6e3fa8
authored
Jan 23, 2020
by
Guilhem Saurel
Browse files
[CMake] update copyrights
parent
627c94b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
de6e3fa8
# Copyright 2010-20
19
, Florent Lamiraux, Thomas Moulard, Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
# Copyright 2010-20
20
, Florent Lamiraux, Thomas Moulard,
Olivier Stasse,
Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8
)
...
...
src/CMakeLists.txt
View file @
de6e3fa8
# Copyright 2010
- 2019
, Florent Lamiraux, Thomas Moulard, Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
# Copyright 2010
-2020
, Florent Lamiraux, Thomas Moulard,
Olivier Stasse,
Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
#
#
...
...
src/dynamic_graph/CMakeLists.txt
View file @
de6e3fa8
# Copyright 2010
- 2019
, Florent Lamiraux, Thomas Moulard, Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
# Copyright 2010
-2020
, Florent Lamiraux, Thomas Moulard,
Olivier Stasse,
Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
SET
(
PYTHON_MODULE wrap
)
...
...
unitTesting/CMakeLists.txt
View file @
de6e3fa8
# Copyright 2010-2020, Florent Lamiraux, Thomas Moulard, Olivier Stasse, Guilhem Saurel, JRL, CNRS/AIST, LAAS-CNRS
# Test the interpreter
SET
(
EXECUTABLE_NAME interpreter-test
)
ADD_EXECUTABLE
(
${
EXECUTABLE_NAME
}
interpreter-test.cc
)
...
...
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