Skip to content
Snippets Groups Projects
Commit 60a20354 authored by Timothée Couble's avatar Timothée Couble
Browse files

[refact] Move python wrapping files in Wrapping/Python

parent 9170d830
No related branches found
No related tags found
1 merge request!172[feat] Init Lidarview python simple
......@@ -78,9 +78,3 @@ install(TARGETS ApplicationUi
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
#-----------------------------------------------------------------------------
# Add python source
#-----------------------------------------------------------------------------
add_subdirectory(python)
......@@ -28,3 +28,5 @@ set(lidarview_plugin_directories
add_subdirectory(LVCore)
add_subdirectory(Application)
add_subdirectory(Wrapping/Python)
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