Skip to content
Snippets Groups Projects
Commit c4177519 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip/py-jsbsim] Install all JSBSim_utils too

parent 4bad85c5
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
DISTNAME= jsbsim-${VERSION} DISTNAME= jsbsim-${VERSION}
PKGNAME= ${PKGTAG.python}-jsbsim-${VERSION} PKGNAME= ${PKGTAG.python}-jsbsim-${VERSION}
VERSION= 20150424 VERSION= 20150424
PKGREVISION= 1
CATEGORIES= simulation CATEGORIES= simulation
FETCH_METHOD= cvs FETCH_METHOD= cvs
......
@comment Mon Apr 27 15:42:26 CEST 2015 @comment Tue May 19 15:17:01 CEST 2015
${PYTHON_SITELIB}/JSBSim_utils.py
${PYTHON_SITELIB}/jsbsim.so ${PYTHON_SITELIB}/jsbsim.so
...@@ -14,5 +14,6 @@ cython_add_module(jsbsim jsbsim.pyx) ...@@ -14,5 +14,6 @@ cython_add_module(jsbsim jsbsim.pyx)
target_link_libraries(jsbsim ${JSBSIM_LIBRARY}) target_link_libraries(jsbsim ${JSBSIM_LIBRARY})
INSTALL(TARGETS jsbsim DESTINATION ${PYTHON_INSTDIR}) INSTALL(TARGETS jsbsim DESTINATION ${PYTHON_INSTDIR})
INSTALL(FILES JSBSim_utils.py DESTINATION ${PYTHON_INSTDIR})
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