Skip to content
Snippets Groups Projects
Commit 22cc1b15 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: add CMakeLists for Code/Wrappers

parent d223f13d
No related branches found
No related tags found
No related merge requests found
add_subdirectory(CommandLine)
if ( WRAP_PYTHON )
add_subdirectory(Python)
endif ()
if ( WRAP_JAVA )
add_subdirectory(Java)
endif ()
if ( WRAP_QT )
add_subdirectory(QtWidget)
endif ()
if ( WRAP_PYQT )
add_subdirectory(PyQt)
endif ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment