Skip to content
Snippets Groups Projects
Commit bdffff08 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Moved most files to mjcf

parent bf6b6a4d
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
......@@ -10,23 +10,23 @@ if (Boost_FOUND)
set(SOURCES
main.cpp
exceptions.cpp
utils.cpp
xml_visitors.cpp
MjcfConverter.cpp
MjcfDocument.cpp
MjcfMasslessBodySanitizer.cpp
mjcf/exceptions.cpp
mjcf/utils.cpp
mjcf/xml_visitors.cpp
mjcf/MjcfDocument.cpp
mjcf/MjcfMasslessBodySanitizer.cpp
)
set(HEADERS
exceptions.h
utils.h
xml_visitors.h
MjcfConverter.h
MjcfDocument.h
MjcfMasslessBodySanitizer.h
mjcf/exceptions.h
mjcf/utils.h
mjcf/xml_visitors.h
mjcf/MjcfDocument.h
mjcf/MjcfMasslessBodySanitizer.h
)
set(LIBS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment